initial commit

This commit is contained in:
2026-03-23 12:02:43 +01:00
commit ce3cd726c8
5 changed files with 315 additions and 0 deletions

7
README.md Normal file
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"`.