Skip to content

Commit

Permalink
re-export is_loongarch_feature_detected
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Nov 20, 2024
1 parent 70e814b commit a8fded6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ pub mod arch {
pub use std_detect::is_arm_feature_detected;
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
pub use std_detect::is_riscv_feature_detected;
#[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
pub use std_detect::is_loongarch_feature_detected;
#[stable(feature = "simd_x86", since = "1.27.0")]
pub use std_detect::is_x86_feature_detected;
#[unstable(feature = "stdarch_mips_feature_detection", issue = "111188")]
Expand Down

0 comments on commit a8fded6

Please sign in to comment.