@@ -21,18 +21,18 @@ features! {
21
21
/// * `"lbt"`
22
22
/// * `"lvz"`
23
23
/// * `"ual"`
24
- #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ]
25
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] f: "f" ;
24
+ #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ]
25
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] f: "f" ;
26
26
/// F
27
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] d: "d" ;
27
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] d: "d" ;
28
28
/// D
29
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] frecipe: "frecipe" ;
29
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] frecipe: "frecipe" ;
30
30
/// Frecipe
31
31
@FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] div32: "div32" ;
32
32
/// Div32
33
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lsx: "lsx" ;
33
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] lsx: "lsx" ;
34
34
/// LSX
35
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lasx: "lasx" ;
35
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] lasx: "lasx" ;
36
36
/// LASX
37
37
@FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] lam_bh: "lam-bh" ;
38
38
/// LAM-BH
@@ -42,9 +42,9 @@ features! {
42
42
/// LD-SEQ-SA
43
43
@FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] scq: "scq" ;
44
44
/// SCQ
45
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lbt: "lbt" ;
45
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] lbt: "lbt" ;
46
46
/// LBT
47
- @FEATURE : #[ unstable ( feature = "stdarch_loongarch_feature_detection " , issue = "117425 " ) ] lvz: "lvz" ;
47
+ @FEATURE : #[ stable ( feature = "stdarch_loongarch_feature " , since = "1.89.0 " ) ] lvz: "lvz" ;
48
48
/// LVZ
49
49
@FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] ual: "ual" ;
50
50
/// UAL
0 commit comments