Skip to content

Commit 49b6947

Browse files
committed
Partially stabilize LoongArch target features
1 parent 56f9e6f commit 49b6947

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

compiler/rustc_target/src/target_features.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -581,11 +581,11 @@ const LOONGARCH_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
581581
// tidy-alphabetical-start
582582
("d", Unstable(sym::loongarch_target_feature), &["f"]),
583583
("f", Unstable(sym::loongarch_target_feature), &[]),
584-
("frecipe", Unstable(sym::loongarch_target_feature), &[]),
585-
("lasx", Unstable(sym::loongarch_target_feature), &["lsx"]),
586-
("lbt", Unstable(sym::loongarch_target_feature), &[]),
587-
("lsx", Unstable(sym::loongarch_target_feature), &["d"]),
588-
("lvz", Unstable(sym::loongarch_target_feature), &[]),
584+
("frecipe", Stable, &[]),
585+
("lasx", Stable, &["lsx"]),
586+
("lbt", Stable, &[]),
587+
("lsx", Stable, &["d"]),
588+
("lvz", Stable, &[]),
589589
("relax", Unstable(sym::loongarch_target_feature), &[]),
590590
("ual", Unstable(sym::loongarch_target_feature), &[]),
591591
// tidy-alphabetical-end

0 commit comments

Comments
 (0)