Files
ircolib/README.md
T
iris 44fea07a8b Squashed 'external/ircolib/' content from commit ce3cd726
git-subtree-dir: external/ircolib
git-subtree-split: ce3cd726c8
2026-05-11 18:02:01 +02: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"`.