mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
GH-99108: Make vectorized versions of Blake2 available on x86, too (#125244)
Accomplished by updating HACL* vendored code from hacl-star/hacl-star@a6a09496d9 to hacl-star/hacl-star@315a9e491d Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
0d88b995a6
commit
528bbab96f
12 changed files with 619 additions and 359 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue