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

pub mod memchr;
pub mod packedpair;