aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cheesemap.h')
-rw-r--r--cheesemap.h2
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;