Files
kaizen/README.md
2026-03-23 12:02:43 +01:00

7 lines
241 B
Markdown

# 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"`.