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