Skip to content

Commit

Permalink
00441: Make vectorized versions of Blake2 available on x86, too
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz authored and befeleme committed Oct 16, 2024
1 parent 960403e commit 6c1be08
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6c1be08

Please sign in to comment.