Files
memchr/arch/aarch64/
mod.rs
1
/*!
2
Vector algorithms for the `aarch64` target.
3
*/
4
5
pub mod
neon;
6
7
pub
(
crate
)
mod
memchr;