@@ -693,17 +693,17 @@ static CSKY_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
693
693
694
694
static LOONGARCH_FEATURES : & [ ( & str , Stability , ImpliedFeatures ) ] = & [
695
695
// tidy-alphabetical-start
696
- ( "d" , Unstable ( sym :: loongarch_target_feature ) , & [ "f" ] ) ,
696
+ ( "d" , Stable , & [ "f" ] ) ,
697
697
( "div32" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
698
- ( "f" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
699
- ( "frecipe" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
698
+ ( "f" , Stable , & [ ] ) ,
699
+ ( "frecipe" , Stable , & [ ] ) ,
700
700
( "lam-bh" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
701
701
( "lamcas" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
702
- ( "lasx" , Unstable ( sym :: loongarch_target_feature ) , & [ "lsx" ] ) ,
703
- ( "lbt" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
702
+ ( "lasx" , Stable , & [ "lsx" ] ) ,
703
+ ( "lbt" , Stable , & [ ] ) ,
704
704
( "ld-seq-sa" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
705
- ( "lsx" , Unstable ( sym :: loongarch_target_feature ) , & [ "d" ] ) ,
706
- ( "lvz" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
705
+ ( "lsx" , Stable , & [ "d" ] ) ,
706
+ ( "lvz" , Stable , & [ ] ) ,
707
707
( "relax" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
708
708
( "scq" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
709
709
( "ual" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
0 commit comments