std
macro_rules! is_arm_feature_detected { ("neon") => { ... }; ("pmull") => { ... }; ("v7") => { ... }; ("vfp2") => { ... }; ("vfp3") => { ... }; ("vfp4") => { ... }; ($t:tt) => { ... }; }
stdsimd