From 5b0008083a4f6657164c649c98aa0bf8341110a4 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 23 Mar 2026 08:20:11 +0100 Subject: adding prototypes to set --- cheesemap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cheesemap.c') 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 */ -- cgit v1.2.3