summaryrefslogtreecommitdiffstats
path: root/vendor/memchr/src/arch/aarch64/mod.rs
blob: 7b3291257b9360521d888332b085b57669d72e83 (plain)
1
2
3
4
5
6
7
/*!
Vector algorithms for the `aarch64` target.
*/

pub mod neon;

pub(crate) mod memchr;