]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (GH...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 28 Jun 2025 08:05:58 +0000 (10:05 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Jun 2025 08:05:58 +0000 (10:05 +0200)
commit70280953d2edba56c361f3991c2235c2a9dadd9c
tree0b09dd28a8b19f6a3b066139f3ca537a91601813
parenteff347ccc36bf2bc4e52e7d78d3d8d71abccba62
[3.14] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (GH-135847) (#136045)

Rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros
to `_Py_HACL_CAN_COMPILE_VEC{128,256}`. These macros are private.
(cherry picked from commit 1e975aee28924afbd956183918cef278e09ce8f3)
Modules/blake2module.c
Modules/hmacmodule.c
PCbuild/pythoncore.vcxproj
configure
configure.ac
pyconfig.h.in