Skip to content

Commit 854130d

Browse files
committed
temporarily #undef HACL_CAN_COMPILE_SIMD128
because for the POC I haven't yet done the similar changes for SIMD128
1 parent c903cc1 commit 854130d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/blake2module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#endif
4141

4242
#include <stdbool.h>
43-
43+
#undef HACL_CAN_COMPILE_SIMD128
4444
// SIMD256 can't be compiled on macOS ARM64, and performance of SIMD128 isn't
4545
// great; but when compiling a universal2 binary, autoconf will set
4646
// HACL_CAN_COMPILE_SIMD128 and HACL_CAN_COMPILE_SIMD256 because they *can* be

0 commit comments

Comments
 (0)