Macro std::arch::is_arm_feature_detected  
source · [−]macro_rules! is_arm_feature_detected {
    ("neon") => { ... };
    ("pmull") => { ... };
    ("crc") => { ... };
    ("crypto") => { ... };
    ("aes") => { ... };
    ("sha2") => { ... };
    ("i8mm") => { ... };
    ("v7") => { ... };
    ("vfp2") => { ... };
    ("vfp3") => { ... };
    ("vfp4") => { ... };
    ($t:tt,) => { ... };
    ($t:tt) => { ... };
}Available on ARM only.
Expand description
Checks if arm feature is enabled.