diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-25 17:25:22 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-25 17:25:22 +0100 |
| commit | 9e399a3e117fed32c63c05995600583414bb58c6 (patch) | |
| tree | 8f07717a6aa639e01e9aaaddf7fdb93b0f391970 /cheesemap.h | |
| parent | 1a42bf20a334e43b77bdeced6c17597ee3df6ed1 (diff) | |
fixup makefile
Diffstat (limited to 'cheesemap.h')
| -rw-r--r-- | cheesemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheesemap.h b/cheesemap.h index e736588..a309741 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -22,7 +22,7 @@ _Noreturn void CM_PANIC_SYM(const char* file, uint32_t line, const char* fmt, CM_PANIC_SYM(__FILE__, __LINE__, "cm_assertion failed: %s", #cond); \ } while (0) -#ifdef CM_OPT_ENABLE_SSE2 +#ifdef CM_ENABLE_SSE2 #include <emmintrin.h> typedef __m128i group_t; |
