@@ -7,6 +7,9 @@ features! {
77 @MACRO_ATTRS :
88 /// Checks if `s390x` feature is enabled.
99 #[ 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" ) ]
1013 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] deflate_conversion: "deflate-conversion" ;
1114 /// s390x deflate-conversion facility
1215 #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -19,6 +22,12 @@ features! {
1922 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] high_word: "high-word" ;
2023 /// s390x high-word facility
2124 #[ 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" ) ]
2231 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] nnp_assist: "nnp-assist" ;
2332 /// s390x nnp-assist facility
2433 #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -34,6 +43,9 @@ features! {
3443 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_enhancements_2: "vector-enhancements-2" ;
3544 /// s390x vector-enhancements-2 facility
3645 #[ 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" ) ]
3749 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_packed_decimal: "vector-packed-decimal" ;
3850 /// s390x vector-packed-decimal facility
3951 #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
@@ -42,4 +54,7 @@ features! {
4254 #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ]
4355 @FEATURE : #[ unstable( feature = "stdarch_s390x_feature_detection" , issue = "135413" ) ] vector_packed_decimal_enhancement_2: "vector-packed-decimal-enhancement-2" ;
4456 /// 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
4560}
0 commit comments