1
2
3
4
//! Features specific to ARM CPUs.

#[cfg(any(feature = "doc", target_feature = "neon"))]
pub mod neon;