std_detect/detect/arch/
arm.rs1features! {
4 @TARGET: arm;
5 @CFG: target_arch = "arm";
6 @MACRO_NAME: is_arm_feature_detected;
7 @MACRO_ATTRS:
8 #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")]
13 @NO_RUNTIME_DETECTION: "v7";
14 @NO_RUNTIME_DETECTION: "vfp2";
15 @NO_RUNTIME_DETECTION: "vfp3";
16 @NO_RUNTIME_DETECTION: "vfp4";
17 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] neon: "neon";
18 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] pmull: "pmull";
20 without cfg check: true;
21 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] crc: "crc";
23 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] aes: "aes";
25 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] sha2: "sha2";
27 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] i8mm: "i8mm";
29 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] dotprod: "dotprod";
31 }