memchr/arch/x86_64/
mod.rs

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