aboutsummaryrefslogtreecommitdiff
path: root/liblow/liblow.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblow/liblow.h')
-rw-r--r--liblow/liblow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/liblow/liblow.h b/liblow/liblow.h
new file mode 100644
index 000000000..a8af0f52f
--- /dev/null
+++ b/liblow/liblow.h
@@ -0,0 +1,2 @@
+#include <stdint.h>
+uint64_t cmovznz(uint64_t t, uint64_t z, uint64_t nz);