simd-alt 0.2.0

Temporary fork of `simd` crate
1
2
3
4
//! Features specific to ARM CPUs.

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