Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Try for Debian x86
  • Loading branch information
msprotz committed Oct 10, 2024
commit 091fd6240c6b263d848e8a5d20da042258f648b5
2 changes: 1 addition & 1 deletion Modules/_hacl/libintvector.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define Lib_IntVector_Intrinsics_bit_mask64(x) -((x) & 1)

#if defined(__x86_64__) || defined(_M_X64)
#if defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86)

#if defined(HACL_CAN_COMPILE_VEC128)

Expand Down