You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`ci.yml`](.github/workflows/ci.yml)| Every pull request | GitHub-hosted `ubuntu-latest`| No (scalar fallback) |
148
+
|[`ci-avx512.yml`](.github/workflows/ci-avx512.yml)| Manual only | Self-hosted (`avx512`) | Yes |
149
+
150
+
Pull request checks use `ubuntu-latest`, which typically lacks AVX-512. Tests still pass because the library falls back to the scalar path when SIMD instructions are unavailable.
151
+
152
+
AVX-512 benchmarks and SIMD validation run only on the self-hosted runner via **AVX-512 CI**. Trigger it manually from the Actions tab when you need real SIMD test and benchmark results.
0 commit comments