@@ -7,6 +7,9 @@ features! {
7
7
@MACRO_ATTRS :
8
8
/// Checks if `s390x` feature is enabled.
9
9
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
10
+ @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] concurrent_functions: "concurrent-functions" ;
11
+ /// s390x concurrent-functions facility
12
+ #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
10
13
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] deflate_conversion: "deflate-conversion" ;
11
14
/// s390x deflate-conversion facility
12
15
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -19,6 +22,12 @@ features! {
19
22
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] high_word: "high-word" ;
20
23
/// s390x high-word facility
21
24
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
25
+ @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] message_security_assist_extension12: "message-security-assist-extension12" ;
26
+ /// s390x message-security-assist-extension12 facility
27
+ #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
28
+ @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] miscellaneous_extensions_4: "miscellaneous-extensions-4" ;
29
+ /// s390x miscellaneous-extensions-4 facility
30
+ #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
22
31
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] nnp_assist: "nnp-assist" ;
23
32
/// s390x nnp-assist facility
24
33
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -34,6 +43,9 @@ features! {
34
43
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_enhancements_2: "vector-enhancements-2" ;
35
44
/// s390x vector-enhancements-2 facility
36
45
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
46
+ @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_enhancements_3: "vector-enhancements-3" ;
47
+ /// s390x vector-enhancements-3 facility
48
+ #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
37
49
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_packed_decimal: "vector-packed-decimal" ;
38
50
/// s390x vector-packed-decimal facility
39
51
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -42,4 +54,7 @@ features! {
42
54
#[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
43
55
@FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_packed_decimal_enhancement_2: "vector-packed-decimal-enhancement-2" ;
44
56
/// s390x vector-packed-decimal-enhancement-2 facility
57
+ #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
58
+ @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_packed_decimal_enhancement_3: "vector-packed-decimal-enhancement-3" ;
59
+ /// s390x vector-packed-decimal-enhancement-3 facility
45
60
}
0 commit comments