mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-04 03:14:13 +02:00
Falcon: register __ARM_FEATURE_DSP and __ARM_FP as known macros
The DSP-NTT gate in wc_falcon.c keys off the compiler-predefined __ARM_FEATURE_DSP, and the FPR_DOUBLE soft-double guard in wc_falcon_fpr.h keys off __ARM_FP; neither was listed in .wolfssl_known_macro_extras, so the source-text unknown-macro check flags them. Add both in sorted order.
This commit is contained in:
@@ -1135,6 +1135,7 @@ __ARM_FEATURE_SIMD32
|
||||
__ARM_FEATURE_SME
|
||||
__ARM_FEATURE_SVE
|
||||
__ARM_FEATURE_UNALIGNED
|
||||
__ARM_FP
|
||||
__ARM_NEON
|
||||
__ARM_NEON__
|
||||
__ASSEMBLER__
|
||||
|
||||
Reference in New Issue
Block a user