@@ -16,20 +16,20 @@ features! {
16
16
/// * `"lbt"`
17
17
/// * `"lvz"`
18
18
/// * `"ual"`
19
- #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ]
20
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] f: "f" ;
19
+ #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ]
20
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] f: "f" ;
21
21
/// F
22
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] d: "d" ;
22
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] d: "d" ;
23
23
/// D
24
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] frecipe: "frecipe" ;
24
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] frecipe: "frecipe" ;
25
25
/// Frecipe
26
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lsx: "lsx" ;
26
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] lsx: "lsx" ;
27
27
/// LSX
28
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lasx: "lasx" ;
28
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] lasx: "lasx" ;
29
29
/// LASX
30
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lbt: "lbt" ;
30
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] lbt: "lbt" ;
31
31
/// LBT
32
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lvz: "lvz" ;
32
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.88.0 " ) ] lvz: "lvz" ;
33
33
/// LVZ
34
34
@FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] ual: "ual" ;
35
35
/// UAL
0 commit comments