aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86_64/avx2/mod.rs
blob: ee4097d6f4c34d0939f7f06195e1619aaed6e7f4 (plain)
1
2
3
4
5
6
/*!
Algorithms for the `x86_64` target using 256-bit vectors via AVX2.
*/

pub mod memchr;
pub mod packedpair;