chromium/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/x86_64/mod.rs

/*!
Vector algorithms for the `x86_64` target.
*/

pub mod avx2;
pub mod sse2;

pub(crate) mod memchr;