Fearless SIMD v1.0 has been released, offering safe SIMD abstractions for Rust that eliminate unsafe code through innovations like the kernel! macro and safe transmute module. The library balances performance, safety, and ergonomics, providing both portable abstractions and optional access to platform intrinsics without overhead.
Fearless SIMD v1.0 has been released, offering safe SIMD abstractions for Rust that eliminate unsafe code while maintaining performance through careful engineering, portable operations with fast variants, and safe access to platform intrinsics.