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