[][src]Macro std::is_arm_feature_detected

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