1 // We only use AVX when we can detect at runtime whether it's available, which
2 // requires std.
3 #[cfg(feature = "std")]
4 pub(crate) mod avx;
5 pub(crate) mod sse;
6