aboutsummaryrefslogtreecommitdiff
path: root/liblow
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-01-15 06:17:48 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-01-15 06:17:48 -0500
commit5d887aece1287db764d08695b1bf91c82e8e43ae (patch)
tree80ad22b6ebfd475bf9dd81eef396280df8dcf0bd /liblow
parentd21c0e03f2cfe3f0978da5a7054d826d89bc714b (diff)
Fix liblow.h for cmovznz64
Diffstat (limited to 'liblow')
-rw-r--r--liblow/liblow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblow/liblow.h b/liblow/liblow.h
index a8af0f52f..69764c4a8 100644
--- a/liblow/liblow.h
+++ b/liblow/liblow.h
@@ -1,2 +1,3 @@
#include <stdint.h>
uint64_t cmovznz(uint64_t t, uint64_t z, uint64_t nz);
+uint64_t cmovznz64(uint64_t t, uint64_t z, uint64_t nz);