rten-simd 0.24.0

Portable SIMD for stable Rust
Documentation
1
2
3
4
5
mod avx2;
pub use avx2::Avx2Isa;

mod avx512;
pub use avx512::Avx512Isa;