about summary refs log tree commit diff
path: root/include/coverage-64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coverage-64.h')
-rw-r--r--include/coverage-64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/coverage-64.h b/include/coverage-64.h
index 54cf0073..0ede5fa5 100644
--- a/include/coverage-64.h
+++ b/include/coverage-64.h
@@ -5,6 +5,9 @@
   #include <immintrin.h>
 #endif
 
+u32 skim(const u64 *virgin, const u64 *current, const u64 *current_end);
+u64 classify_word(u64 word);
+
 inline u64 classify_word(u64 word) {
 
   u16 mem16[4];