memchr/arch/aarch64/
mod.rs

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