Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c72991

Browse files
authoredNov 22, 2024
Unrolled build for rust-lang#133238
Rollup merge of rust-lang#133238 - heiher:loong-stdarch-rexport, r=Amanieu re-export `is_loongarch_feature_detected` r? ``@Amanieu``
2 parents a7d9ebd + 3722481 commit 9c72991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎library/std/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,8 @@ pub mod arch {
658658
pub use std_detect::is_aarch64_feature_detected;
659659
#[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")]
660660
pub use std_detect::is_arm_feature_detected;
661+
#[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
662+
pub use std_detect::is_loongarch_feature_detected;
661663
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
662664
pub use std_detect::is_riscv_feature_detected;
663665
#[stable(feature = "simd_x86", since = "1.27.0")]

0 commit comments

Comments
 (0)
Failed to load comments.