aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.c
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-23 17:14:33 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-23 17:14:33 +0100
commit911592c413a534f7f34fdb519012557794e6487b (patch)
tree1608a4ffe18761e0d3b65293d72626919e27e463 /cheesemap.c
parent1e5f6cbb08e449c6367a63f6c1bf1cad5e10b5ed (diff)
fix artifact
Diffstat (limited to 'cheesemap.c')
-rw-r--r--cheesemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheesemap.c b/cheesemap.c
index 8f96fc5..ddc57e3 100644
--- a/cheesemap.c
+++ b/cheesemap.c
@@ -108,7 +108,7 @@ static inline bitmask_t cm_group_match_empty(group_t group);
static inline bitmask_t cm_group_match_full(group_t group);
/* sse2 implementation */
-#ifdef CM_SSE2
+#ifdef CM_OPT_ENABLE_SSE2
static inline group_t cm_group_load(const uint8_t* ctrl) {
cm_assert(ctrl != NULL);
return _mm_loadu_si128((const group_t*)ctrl);