@@ -763,15 +763,15 @@ const CSKY_FEATURES: &[(&str, StabilityUncomputed, ImpliedFeatures)] = &[
763
763
764
764
const LOONGARCH_FEATURES : & [ ( & str , StabilityUncomputed , ImpliedFeatures ) ] = & [
765
765
// tidy-alphabetical-start
766
- ( "d" , unstable ( sym :: loongarch_target_feature ) , & [ "f" ] ) ,
767
- ( "f" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
768
- ( "frecipe" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
769
- ( "lasx" , unstable ( sym :: loongarch_target_feature ) , & [ "lsx" ] ) ,
770
- ( "lbt" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
771
- ( "lsx" , unstable ( sym :: loongarch_target_feature ) , & [ "d" ] ) ,
772
- ( "lvz" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
773
- ( "relax" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
774
- ( "ual" , unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
766
+ ( "d" , STABLE , & [ "f" ] ) ,
767
+ ( "f" , STABLE , & [ ] ) ,
768
+ ( "frecipe" , STABLE , & [ ] ) ,
769
+ ( "lasx" , STABLE , & [ "lsx" ] ) ,
770
+ ( "lbt" , STABLE , & [ ] ) ,
771
+ ( "lsx" , STABLE , & [ "d" ] ) ,
772
+ ( "lvz" , STABLE , & [ ] ) ,
773
+ ( "relax" , STABLE , & [ ] ) ,
774
+ ( "ual" , STABLE , & [ ] ) ,
775
775
// tidy-alphabetical-end
776
776
] ;
777
777
0 commit comments