Files
weee/README.md
T
iris 634f6ff006 Squashed 'external/ircolib/' content from commit ce3cd72
git-subtree-dir: external/ircolib
git-subtree-split: ce3cd726c8df8388d554abf8bb55d55020eb4450
2026-05-18 23:13:51 +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"`.