about summary refs log tree commit diff
path: root/include/coverage-64.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-18 10:02:26 +0100
committervan Hauser <vh@thc.org>2020-12-18 10:02:26 +0100
commit4ff9eb0e67cc70c8f9415fa5bc4df10916fb6f4c (patch)
treeeb9d8dcca47147cb8d33a9629fb2fb4f3939989b /include/coverage-64.h
parentf0b6576f977d9130285159dff90f5b31b950cb07 (diff)
downloadafl++-4ff9eb0e67cc70c8f9415fa5bc4df10916fb6f4c.tar.gz
fix compile
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];