blob: 5dad7218216b79a31e3d877e9c7f6669ec8a0338 [file] [log] [blame]
/*!
Vector algorithms for the `x86_64` target.
*/
pub mod avx2;
pub mod sse2;
pub(crate) mod memchr;