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")]
10 @NO_RUNTIME_DETECTION: "v7";
11 @NO_RUNTIME_DETECTION: "vfp2";
12 @NO_RUNTIME_DETECTION: "vfp3";
13 @NO_RUNTIME_DETECTION: "vfp4";
14 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] neon: "neon";
15 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] pmull: "pmull";
17 without cfg check: true;
18 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] crc: "crc";
20 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] aes: "aes";
22 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] sha2: "sha2";
24 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] i8mm: "i8mm";
26 @FEATURE: #[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")] dotprod: "dotprod";
28 }