aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.c
diff options
context:
space:
mode:
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 */