Skip to content

Commit 72393a6

Browse files
committed
Partially stabilize LoongArch target features
1 parent 667247d commit 72393a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compiler/rustc_target/src/target_features.rs

+7-7
Original file line numberDiff line numberDiff line change
@@ -693,17 +693,17 @@ static CSKY_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
693693

694694
static 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

Comments
 (0)