Commit Graph

1 Commits

Author SHA1 Message Date
Paul Masurel
96c1e7fa10 Add NEON and SVE implementations for filter_vec
Adds aarch64-specific SIMD paths (NEON always available on aarch64;
SVE gated on nightly + non-Apple target) with routing logic in mod.rs
that selects the best available instruction set at runtime.
2026-06-01 13:37:57 +02:00