We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d9ebd + 3722481 commit 9c72991Copy full SHA for 9c72991
library/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