Skip to content

Commit 45e1af1

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ features! {
1616
/// * `"lbt"`
1717
/// * `"lvz"`
1818
/// * `"ual"`
19-
#[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")]
20-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] f: "f";
19+
#[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")]
20+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] f: "f";
2121
/// F
22-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] d: "d";
22+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] d: "d";
2323
/// D
24-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] frecipe: "frecipe";
24+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] frecipe: "frecipe";
2525
/// Frecipe
26-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lsx: "lsx";
26+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] lsx: "lsx";
2727
/// LSX
28-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lasx: "lasx";
28+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] lasx: "lasx";
2929
/// LASX
30-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lbt: "lbt";
30+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", since = "1.88.0")] lbt: "lbt";
3131
/// LBT
32-
@FEATURE: #[unstable(feature = "stdarch_loongarch_feature_detection", issue = "117425")] lvz: "lvz";
32+
@FEATURE: #[stable(feature = "stdarch_loongarch_feature", 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)