Merge commit '634f6ff006c8811c47a7a07356f46214f5d8a736' as 'external/ircolib'

This commit is contained in:
2026-05-18 23:13:51 +02:00
5 changed files with 315 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# ircolib
Collections of useful functions I started copy-pasting in various projects and thus decided to gather all in one place.
## Flags
To enable SIMD for `floats.hpp`, add a `#define SIMD_SUPPORT` before `#include "floats.hpp"`.