We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40d6e2c + b2dc297 commit 4e6f154Copy full SHA for 4e6f154
std/src/lib.rs
@@ -658,6 +658,8 @@ pub mod arch {
658
pub use std_detect::is_aarch64_feature_detected;
659
#[unstable(feature = "stdarch_arm_feature_detection", issue = "111190")]
660
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;
663
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
664
pub use std_detect::is_riscv_feature_detected;
665
#[stable(feature = "simd_x86", since = "1.27.0")]
0 commit comments