aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.c
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-23 08:20:11 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-23 08:20:11 +0100
commit5b0008083a4f6657164c649c98aa0bf8341110a4 (patch)
tree153df919b1390c9bcf14d378cad284bfbef3a62f /cheesemap.c
parentff6e19f9f40415263743c5becf2e91bbce19dbf0 (diff)
adding prototypes to set
Diffstat (limited to 'cheesemap.c')
-rw-r--r--cheesemap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cheesemap.c b/cheesemap.c
index 639dc4e..2068d35 100644
--- a/cheesemap.c
+++ b/cheesemap.c
@@ -107,7 +107,9 @@ static inline bool cm_ctrl_is_empty(uint8_t v) {
/* group ops */
static inline group_t cm_group_load(const uint8_t* ctrl);
+static inline bitmask_t cm_group_match_tag(group_t group, uint8_t tag);
static inline bitmask_t cm_group_match_empty_or_deleted(group_t group);
+static inline bitmask_t cm_group_match_empty(group_t group);
static inline bitmask_t cm_group_match_full(group_t group);
/* sse2 implementation */