Merge pull request #10839 from kojiws/fix_arm64_macro_name

ML-DSA: Fix misspelled `__arch64__` macro to `__aarch64__`
This commit is contained in:
David Garske
2026-07-07 21:55:46 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1138,7 +1138,6 @@ __XTENSA__
__ZEPHYR__
__aarch64__
__alpha__
__arch64__
__arm__
__clang__
__clang_major__
+1 -1
View File
@@ -105,7 +105,7 @@
/* Macros Definitions */
#ifndef WOLFSSL_MLDSA_ALIGNMENT
#if defined(__arch64__)
#if defined(__aarch64__)
#define WOLFSSL_MLDSA_ALIGNMENT 8
#elif defined(__arm__)
#define WOLFSSL_MLDSA_ALIGNMENT 4