Merge pull request #29 from bruvzg/fix_arm64

Fix ARM64 build.
This commit is contained in:
bruvzg
2025-12-16 10:55:41 +02:00
committed by GitHub

View File

@@ -311,6 +311,7 @@ extra_defines += [
"BLAKE3_NO_SSE41",
"BLAKE3_NO_AVX2",
"BLAKE3_NO_AVX512",
("BLAKE3_USE_NEON", 0),
]
if env.get("is_msvc", False):