Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4c59f0d

Browse files
committedJan 2, 2025
Partially stabilize LoongArch target features
1 parent c528b8c commit 4c59f0d

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
@@ -765,13 +765,13 @@ const LOONGARCH_FEATURES: &[(&str, StabilityUncomputed, ImpliedFeatures)] = &[
765765
// tidy-alphabetical-start
766766
("d", unstable(sym::loongarch_target_feature), &["f"]),
767767
("f", unstable(sym::loongarch_target_feature), &[]),
768-
("frecipe", unstable(sym::loongarch_target_feature), &[]),
769-
("lasx", unstable(sym::loongarch_target_feature), &["lsx"]),
770-
("lbt", unstable(sym::loongarch_target_feature), &[]),
771-
("lsx", unstable(sym::loongarch_target_feature), &["d"]),
772-
("lvz", unstable(sym::loongarch_target_feature), &[]),
773-
("relax", unstable(sym::loongarch_target_feature), &[]),
774-
("ual", unstable(sym::loongarch_target_feature), &[]),
768+
("frecipe", STABLE, &[]),
769+
("lasx", STABLE, &["lsx"]),
770+
("lbt", STABLE, &[]),
771+
("lsx", STABLE, &["d"]),
772+
("lvz", STABLE, &[]),
773+
("relax", STABLE, &[]),
774+
("ual", STABLE, &[]),
775775
// tidy-alphabetical-end
776776
];
777777

0 commit comments

Comments
 (0)
Failed to load comments.