]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on macOS...
authorRussell Keith-Magee <russell@keith-magee.com>
Mon, 16 Sep 2024 04:23:05 +0000 (12:23 +0800)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2024 04:23:05 +0000 (12:23 +0800)
commitef530ce7c61dc16387fb68d48aebfbbbfe02adbb
tree9471d5ed39fa9dd9166b8255b54a11a85c011b52
parent56470004e58911b146c016fc9fec4461b8f69454
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on macOS (#123989)

Add conditional compilation rules to allow HACL SIMD256 and SIMD128 to be ignored on the ARM64 pass of universal2 macOS builds.
Makefile.pre.in
Misc/sbom.spdx.json
Modules/_hacl/Hacl_Hash_Blake2b_Simd256_universal2.c [new file with mode: 0644]
Modules/_hacl/Hacl_Hash_Blake2s_Simd128_universal2.c [new file with mode: 0644]
Modules/blake2module.c
configure
configure.ac