We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c903cc1 commit 854130dCopy full SHA for 854130d
Modules/blake2module.c
@@ -40,7 +40,7 @@
40
#endif
41
42
#include <stdbool.h>
43
-
+#undef HACL_CAN_COMPILE_SIMD128
44
// SIMD256 can't be compiled on macOS ARM64, and performance of SIMD128 isn't
45
// great; but when compiling a universal2 binary, autoconf will set
46
// HACL_CAN_COMPILE_SIMD128 and HACL_CAN_COMPILE_SIMD256 because they *can* be
0 commit comments