We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9e6f commit 49b6947Copy full SHA for 49b6947
compiler/rustc_target/src/target_features.rs
@@ -581,11 +581,11 @@ const LOONGARCH_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
581
// tidy-alphabetical-start
582
("d", Unstable(sym::loongarch_target_feature), &["f"]),
583
("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), &[]),
+ ("frecipe", Stable, &[]),
+ ("lasx", Stable, &["lsx"]),
+ ("lbt", Stable, &[]),
+ ("lsx", Stable, &["d"]),
+ ("lvz", Stable, &[]),
589
("relax", Unstable(sym::loongarch_target_feature), &[]),
590
("ual", Unstable(sym::loongarch_target_feature), &[]),
591
// tidy-alphabetical-end
0 commit comments