Skip to content

Commit 71e17a0

Browse files
committed
Partially stabilize LoongArch target features
1 parent c528b8c commit 71e17a0

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
@@ -765,11 +765,11 @@ 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), &[]),
768+
("frecipe", STABLE, &[]),
769+
("lasx", STABLE, &["lsx"]),
770+
("lbt", STABLE, &[]),
771+
("lsx", STABLE, &["d"]),
772+
("lvz", STABLE, &[]),
773773
("relax", unstable(sym::loongarch_target_feature), &[]),
774774
("ual", unstable(sym::loongarch_target_feature), &[]),
775775
// tidy-alphabetical-end

0 commit comments

Comments
 (0)