std_detect/detect/arch/
s390x.rs1features! {
4 @TARGET: s390x;
5 @CFG: target_arch = "s390x";
6 @MACRO_NAME: is_s390x_feature_detected;
7 @MACRO_ATTRS:
8 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
10 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] deflate_conversion: "deflate-conversion";
11 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
13 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] enhanced_sort: "enhanced-sort";
14 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
16 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] guarded_storage: "guarded-storage";
17 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
19 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] high_word: "high-word";
20 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
22 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] nnp_assist: "nnp-assist";
23 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
25 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] transactional_execution: "transactional-execution";
26 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
28 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector: "vector";
29 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
31 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector_enhancements_1: "vector-enhancements-1";
32 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
34 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector_enhancements_2: "vector-enhancements-2";
35 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
37 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector_packed_decimal: "vector-packed-decimal";
38 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
40 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector_packed_decimal_enhancement: "vector-packed-decimal-enhancement";
41 #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
43 @FEATURE: #[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")] vector_packed_decimal_enhancement_2: "vector-packed-decimal-enhancement-2";
44 }