Skip to content

Commit ba1d630

Browse files
committed
Partially stabilize LoongArch target features
1 parent 57a69c5 commit ba1d630

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/std_detect/src/detect/arch/loongarch.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ features! {
2121
/// F
2222
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] d: "d";
2323
/// D
24-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] frecipe: "frecipe";
24+
@FEATURE: #[stable(feature = "loongarch_features", since = "1.88.0")] frecipe: "frecipe";
2525
/// Frecipe
26-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lsx: "lsx";
26+
@FEATURE: #[stable(feature = "loongarch_features", since = "1.88.0")] lsx: "lsx";
2727
/// LSX
28-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lasx: "lasx";
28+
@FEATURE: #[stable(feature = "loongarch_features", since = "1.88.0")] lasx: "lasx";
2929
/// LASX
30-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lbt: "lbt";
30+
@FEATURE: #[stable(feature = "loongarch_features", since = "1.88.0")] lbt: "lbt";
3131
/// LBT
32-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lvz: "lvz";
32+
@FEATURE: #[stable(feature = "loongarch_features", since = "1.88.0")] lvz: "lvz";
3333
/// LVZ
3434
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] ual: "ual";
3535
/// UAL

0 commit comments

Comments
 (0)