@@ -602,17 +602,17 @@ static CSKY_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
602
602
603
603
static LOONGARCH_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
604
604
// tidy-alphabetical-start
605
- ("d", Unstable(sym::loongarch_target_feature) , &["f"]),
605
+ ("d", Stable , &["f"]),
606
606
("div32", Unstable(sym::loongarch_target_feature), &[]),
607
- ("f", Unstable(sym::loongarch_target_feature) , &[]),
608
- ("frecipe", Unstable(sym::loongarch_target_feature) , &[]),
607
+ ("f", Stable , &[]),
608
+ ("frecipe", Stable , &[]),
609
609
("lam-bh", Unstable(sym::loongarch_target_feature), &[]),
610
610
("lamcas", Unstable(sym::loongarch_target_feature), &[]),
611
- ("lasx", Unstable(sym::loongarch_target_feature) , &["lsx"]),
612
- ("lbt", Unstable(sym::loongarch_target_feature) , &[]),
611
+ ("lasx", Stable , &["lsx"]),
612
+ ("lbt", Stable , &[]),
613
613
("ld-seq-sa", Unstable(sym::loongarch_target_feature), &[]),
614
- ("lsx", Unstable(sym::loongarch_target_feature) , &["d"]),
615
- ("lvz", Unstable(sym::loongarch_target_feature) , &[]),
614
+ ("lsx", Stable , &["d"]),
615
+ ("lvz", Stable , &[]),
616
616
("relax", Unstable(sym::loongarch_target_feature), &[]),
617
617
("scq", Unstable(sym::loongarch_target_feature), &[]),
618
618
("ual", Unstable(sym::loongarch_target_feature), &[]),
0 commit comments