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.c | |
| parent | 1a42bf20a334e43b77bdeced6c17597ee3df6ed1 (diff) | |
fixup makefile
Diffstat (limited to 'cheesemap.c')
| -rw-r--r-- | cheesemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheesemap.c b/cheesemap.c index 4eba2c8..36ad496 100644 --- a/cheesemap.c +++ b/cheesemap.c @@ -107,7 +107,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_OPT_ENABLE_SSE2 +#ifdef CM_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); |
