[][src]Macro std_detect::is_arm_feature_detected

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

Checks if arm feature is enabled.