mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
re-export is_loongarch_feature_detected
This commit is contained in:
parent
70e814bd9e
commit
37224817d7
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user