std_detect
macro_rules! is_arm_feature_detected { ("neon") => { ... }; ("pmull") => { ... }; ("v7") => { ... }; ("vfp2") => { ... }; ("vfp3") => { ... }; ("vfp4") => { ... }; ($t:tt,) => { ... }; ($t:tt) => { ... }; }
stdsimd
Checks if arm feature is enabled.
arm