Files
wolfssl/tests
Daniele Lacamera a9212acce9 tests: complete the mldsa SIMD dispatch ladder
Upstream added an AVX512 arm above the AVX2 one, and the ladder only ever
cleared AVX2/BMI2 -- so the AVX512 arm won every row and the arms below it
stopped being reached, costing 64 conditions.

Three fixes: USE_INTEL_AVX512() is IS_INTEL_AVX512() && IS_INTEL_AVX512_BW(),
so the F and BW bits are now cleared separately to give that decision's three
operands their own rows; a row clears AVX512_VBMI for the new VBMI arm; and
CPUID_INTEL is forced on, because SHA3_USE_AVX2() is gated on IS_CPU_INTEL()
and its true side is otherwise unreachable on an AMD host. Rows can now set
bits as well as clear them.

wc_mldsa.c 292/579 -> 463/579.
2026-08-07 09:27:42 +02:00
..
2026-02-18 09:52:21 -07:00
2026-02-25 15:19:13 +01:00
2026-02-25 15:19:13 +01:00
2026-08-05 13:53:47 -05:00
2026-02-18 09:52:21 -07:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md