We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a10cde commit 091fd62Copy full SHA for 091fd62
Modules/_hacl/libintvector.h
@@ -19,7 +19,7 @@
19
20
#define Lib_IntVector_Intrinsics_bit_mask64(x) -((x) & 1)
21
22
-#if defined(__x86_64__) || defined(_M_X64)
+#if defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86)
23
24
#if defined(HACL_CAN_COMPILE_VEC128)
25
0 commit comments