@@ -21,18 +21,18 @@ features! {
2121 /// * `"lbt"`
2222 /// * `"lvz"`
2323 /// * `"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" ;
2626 /// 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" ;
2828 /// 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" ;
3030 /// Frecipe
3131 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] div32: "div32" ;
3232 /// 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" ;
3434 /// 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" ;
3636 /// LASX
3737 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] lam_bh: "lam-bh" ;
3838 /// LAM-BH
@@ -42,9 +42,9 @@ features! {
4242 /// LD-SEQ-SA
4343 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] scq: "scq" ;
4444 /// 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" ;
4646 /// 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" ;
4848 /// LVZ
4949 @FEATURE : #[ unstable( feature = "stdarch_loongarch_feature_detection" , issue = "117425" ) ] ual: "ual" ;
5050 /// UAL
0 commit comments