aboutsummaryrefslogtreecommitdiff
path: root/vendor/memchr/src/arch/x86_64/sse2/mod.rs
blob: bcb830790fbbaaebef528806a2bd00bf8987f6fe (plain) (blame)
1
2
3
4
5
6
/*!
Algorithms for the `x86_64` target using 128-bit vectors via SSE2.
*/

pub mod memchr;
pub mod packedpair;