]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 27 Jun 2025 15:12:21 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Jun 2025 15:12:21 +0000 (17:12 +0200)
commit1e975aee28924afbd956183918cef278e09ce8f3
treeff3871984f2816574628ca6ff1867e2722729c02
parent065194c1a971b59547f1bb2cc64760c4bf0ee674
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)

Rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros
to `_Py_HACL_CAN_COMPILE_VEC{128,256}`. These macros are private.
Modules/blake2module.c
Modules/hmacmodule.c
PCbuild/pythoncore.vcxproj
configure
configure.ac
pyconfig.h.in