We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c528b8c commit 71e17a0Copy full SHA for 71e17a0
compiler/rustc_target/src/target_features.rs
@@ -765,11 +765,11 @@ 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), &[]),
+ ("frecipe", STABLE, &[]),
+ ("lasx", STABLE, &["lsx"]),
+ ("lbt", STABLE, &[]),
+ ("lsx", STABLE, &["d"]),
+ ("lvz", STABLE, &[]),
773
("relax", unstable(sym::loongarch_target_feature), &[]),
774
("ual", unstable(sym::loongarch_target_feature), &[]),
775
// tidy-alphabetical-end
0 commit comments