Sign in
android
/
toolchain
/
rustc
/
7e5f8cb0b1c93bc5741c51ce83c4bd831e386441
/
.
/
vendor
/
memchr-2.7.4
/
src
/
arch
/
x86_64
/
sse2
/
mod.rs
blob: bcb830790fbbaaebef528806a2bd00bf8987f6fe [
file
] [
log
] [
blame
]
/*!
Algorithms for the `x86_64` target using 128-bit vectors via SSE2.
*/
pub
mod
memchr
;
pub
mod
packedpair
;