1 2 3 4 5 6 7 8
/*! Vector algorithms for the `x86_64` target. */ pub mod avx2; pub mod sse2; pub(crate) mod memchr;