From 17f1bd79e251bd570ad79da2249f8e0bdaf5aa9f Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 23 Mar 2026 07:52:39 +0100 Subject: specialize for 8 byte and 16 byte groups --- cheesemap.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cheesemap.h') diff --git a/cheesemap.h b/cheesemap.h index 50fa7bf..7cdb2de 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -20,10 +20,7 @@ extern "C" { typedef uintptr_t group_t; typedef group_t bitmask_t; - -enum { - CM_GROUP_SIZE = sizeof(group_t), -}; +#define CM_GROUP_SIZE __SIZEOF_POINTER__ //////////////////////////////// // cheesemap callback functions -- cgit v1.2.3