summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/arch/x86_64/mod.rs
blob: 5dad7218216b79a31e3d877e9c7f6669ec8a0338 (plain)
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;