Skip to content

ML-DSA: Fix misspelled __arch64__ macro to __aarch64__#10839

Open
kojiws wants to merge 1 commit into
wolfSSL:masterfrom
kojiws:fix_arm64_macro_name
Open

ML-DSA: Fix misspelled __arch64__ macro to __aarch64__#10839
kojiws wants to merge 1 commit into
wolfSSL:masterfrom
kojiws:fix_arm64_macro_name

Conversation

@kojiws

@kojiws kojiws commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Description

This PR replaces __arch64__ with __aarch64__ on ML-DSA.
__arch64__ must be a typo because no compiler defines the macro.

This change doesn't affect the current behavior because both defining __aarch64__ and not will fall into the same WOLFSSL_MLDSA_ALIGNMENT=8.

Also __arch64__ is removed from .wolfssl_known_macro_extras.

Testing

  • On AArch64 Mac
    • ./configure --enable-mldsa
    • make test

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@kojiws kojiws assigned kojiws and wolfSSL-Bot and unassigned kojiws Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants