simd 0.2.2

`simd` offers limited cross-platform access to SIMD instructions on CPUs, as well as raw interfaces to platform-specific instructions. (To be obsoleted by the `std::simd` implementation RFC 2366.)
Documentation
1
2
3
4
//! Features specific to ARM CPUs.

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