1 2 3 4 5 6 7 8
#[cfg(feature = "simd256")] pub(crate) mod avx2; pub(crate) mod portable; pub(crate) mod traits; #[cfg(test)] pub(crate) mod tests;