@@ -816,18 +816,18 @@ static LOONGARCH_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
816816 // tidy-alphabetical-start
817817 ( "32s" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
818818 ( "d" , Stable , & [ "f" ] ) ,
819- ( "div32" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
819+ ( "div32" , Stable , & [ ] ) ,
820820 ( "f" , Stable , & [ ] ) ,
821821 ( "frecipe" , Stable , & [ ] ) ,
822- ( "lam-bh" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
823- ( "lamcas" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
822+ ( "lam-bh" , Stable , & [ ] ) ,
823+ ( "lamcas" , Stable , & [ ] ) ,
824824 ( "lasx" , Stable , & [ "lsx" ] ) ,
825825 ( "lbt" , Stable , & [ ] ) ,
826- ( "ld-seq-sa" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
826+ ( "ld-seq-sa" , Stable , & [ ] ) ,
827827 ( "lsx" , Stable , & [ "d" ] ) ,
828828 ( "lvz" , Stable , & [ ] ) ,
829829 ( "relax" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
830- ( "scq" , Unstable ( sym :: loongarch_target_feature ) , & [ ] ) ,
830+ ( "scq" , Stable , & [ ] ) ,
831831 ( "ual" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
832832 // tidy-alphabetical-end
833833] ;
0 commit comments