Skip to content

Commit

Permalink
Rollup merge of rust-lang#133238 - heiher:loong-stdarch-rexport, r=Am…
Browse files Browse the repository at this point in the history
…anieu

re-export `is_loongarch_feature_detected`

r? ``@Amanieu``
  • Loading branch information
jieyouxu authored Nov 22, 2024
2 parents 40d6e2c + b2dc297 commit 4e6f154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ pub mod arch {
pub use std_detect::is_aarch64_feature_detected;
#[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")]
pub use std_detect::is_arm_feature_detected;
#[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
pub use std_detect::is_loongarch_feature_detected;
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
pub use std_detect::is_riscv_feature_detected;
#[stable(feature = "simd_x86", since = "1.27.0")]
Expand Down

0 comments on commit 4e6f154

Please sign in to comment.