Skip to content

Commit a8fded6

Browse files
committed
re-export is_loongarch_feature_detected
1 parent 70e814b commit a8fded6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: library/std/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,8 @@ pub mod arch {
660660
pub use std_detect::is_arm_feature_detected;
661661
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
662662
pub use std_detect::is_riscv_feature_detected;
663+
#[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
664+
pub use std_detect::is_loongarch_feature_detected;
663665
#[stable(feature = "simd_x86", since = "1.27.0")]
664666
pub use std_detect::is_x86_feature_detected;
665667
#[unstable(feature = "stdarch_mips_feature_detection", issue = "111188")]

0 commit comments

Comments
 (0)