diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-23 08:20:11 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-23 08:20:11 +0100 |
| commit | 5b0008083a4f6657164c649c98aa0bf8341110a4 (patch) | |
| tree | 153df919b1390c9bcf14d378cad284bfbef3a62f /cheesemap.c | |
| parent | ff6e19f9f40415263743c5becf2e91bbce19dbf0 (diff) | |
adding prototypes to set
Diffstat (limited to 'cheesemap.c')
| -rw-r--r-- | cheesemap.c | 2 |
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 */ |
