1 2 3 4 5 6 7 8
//! aarch64 SIMD backends. #[cfg(not(any(test, feature = "internal-test-api")))] pub(crate) mod neon; #[cfg(any(test, feature = "internal-test-api"))] #[doc(hidden)] pub mod neon;