macro_rules! is_arm_feature_detected {
    ("neon") => { ... };
    ("pmull") => { ... };
    ("v7") => { ... };
    ("vfp2") => { ... };
    ("vfp3") => { ... };
    ("vfp4") => { ... };
    ($t:tt,) => { ... };
    ($t:tt) => { ... };
}🔬 This is a nightly-only experimental API. (
stdsimd #27731)
 Checks if arm feature is enabled.