We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_loongarch_feature_detected
1 parent 70e814b commit a8fded6Copy full SHA for a8fded6
library/std/src/lib.rs
@@ -660,6 +660,8 @@ pub mod arch {
660
pub use std_detect::is_arm_feature_detected;
661
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
662
pub use std_detect::is_riscv_feature_detected;
663
+ #[unstable(feature = "is_loongarch_feature_detected", issue = "117425")]
664
+ pub use std_detect::is_loongarch_feature_detected;
665
#[stable(feature = "simd_x86", since = "1.27.0")]
666
pub use std_detect::is_x86_feature_detected;
667
#[unstable(feature = "stdarch_mips_feature_detection", issue = "111188")]
0 commit comments