]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127897: fix HACL* build on macOS/Catalina (GH-127932)
authoraeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
Wed, 18 Dec 2024 06:14:16 +0000 (09:14 +0300)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 06:14:16 +0000 (22:14 -0800)
commit329165639f9ac00ba64f6493dbcafcef6955e2cb
tree679370ce81359e6b71cb8d8804fc19af66410f7c
parent5892853fb71acd6530e1e241a9a4bcf71a61fb21
gh-127897: fix HACL* build on macOS/Catalina (GH-127932)

gh-127897: Update HACL* module from upstream sources to get:

- Lib_Memzero0.c: don't use memset_s() on macOS <10.9
- Use _mm_malloc() for KRML_ALIGNED_MALLOC on macOS <10.15
- Add LEGACY_MACOS macros, use _mm_free() for KRML_ALIGNED_FREE on macOS <10.15
Misc/sbom.spdx.json
Modules/_hacl/Lib_Memzero0.c
Modules/_hacl/include/krml/internal/target.h