We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c528b8c commit 4c59f0dCopy full SHA for 4c59f0d
compiler/rustc_target/src/target_features.rs
@@ -765,13 +765,13 @@ const LOONGARCH_FEATURES: &[(&str, StabilityUncomputed, ImpliedFeatures)] = &[
765
// tidy-alphabetical-start
766
("d", unstable(sym::loongarch_target_feature), &["f"]),
767
("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), &[]),
+ ("frecipe", STABLE, &[]),
+ ("lasx", STABLE, &["lsx"]),
+ ("lbt", STABLE, &[]),
+ ("lsx", STABLE, &["d"]),
+ ("lvz", STABLE, &[]),
+ ("relax", STABLE, &[]),
+ ("ual", STABLE, &[]),
775
// tidy-alphabetical-end
776
];
777
0 commit comments