mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-15 12:21:28 +02:00
The Falcon workflow only built --enable-falcon (default integer fpr). Add a falcon_backends matrix that builds and runs testwolfcrypt for asm, double, avx2, small-mem and avx2+small-mem on ubuntu-latest, and neon on the free ubuntu-24.04-arm runner -- the SIMD/asm backends are the highest-risk code and now execute in CI. verify-only is a build/link-only leg (its self-test needs signing). An AVX2 leg guards on /proc/cpuinfo since backend dispatch is compile-time.