@@ -693,17 +693,17 @@ static CSKY_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
693693
694694static LOONGARCH_FEATURES : & [ ( & str , Stability , ImpliedFeatures ) ] = & [
695695 // tidy-alphabetical-start
696- ( "d" , Unstable ( sym :: loongarch_target_feature ) , & [ "f" ] ) ,
696+ ( "d" , Stable , & [ "f" ] ) ,
697697 ( "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 , & [ ] ) ,
700700 ( "lam-bh" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
701701 ( "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 , & [ ] ) ,
704704 ( "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 , & [ ] ) ,
707707 ( "relax" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
708708 ( "scq" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
709709 ( "ual" , Unstable ( sym:: loongarch_target_feature) , & [ ] ) ,
0 commit comments