ruvector/.github
rUv e3b3dc67fa
fix(simd): remove outdated nightly-only comment; add AVX-512 CI compile check (#494)
AVX-512 intrinsics (_mm512_*, _mm512_reduce_add_ps, _mm512_abs_ps) are
stable since Rust 1.72. The comment saying "requires nightly Rust" was
misleading — callers would skip the feature unnecessarily.

CI: add a compile-check build step with --features simd-avx512 on the
stable toolchain so regressions are caught. Runtime dispatch is already
in place (is_x86_feature_detected!("avx512f")); the build step verifies
the code at least compiles on runners that may lack AVX-512 hardware.

Closes #47

Co-authored-by: ruvnet <ruvnet@gmail.com>
2026-05-22 02:47:21 -04:00
..
benchmarks feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
workflows fix(simd): remove outdated nightly-only comment; add AVX-512 CI compile check (#494) 2026-05-22 02:47:21 -04:00
dependabot.yml ci(security): add 5-layer supply-chain CI + clear 3 npm criticals 2026-05-19 08:59:46 -04:00