From 5d887aece1287db764d08695b1bf91c82e8e43ae Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 15 Jan 2018 06:17:48 -0500 Subject: Fix liblow.h for cmovznz64 --- liblow/liblow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'liblow') 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 uint64_t cmovznz(uint64_t t, uint64_t z, uint64_t nz); +uint64_t cmovznz64(uint64_t t, uint64_t z, uint64_t nz); -- cgit v1.2.3