expose is_s390x_feature_detected from std::arch

This commit is contained in:
Folkert de Vries
2025-03-09 14:01:01 +01:00
parent 4f52199194
commit a312635821
2 changed files with 32 additions and 0 deletions

View File

@@ -666,6 +666,8 @@ pub mod arch {
pub use std_detect::is_loongarch_feature_detected;
#[unstable(feature = "is_riscv_feature_detected", issue = "111192")]
pub use std_detect::is_riscv_feature_detected;
#[unstable(feature = "stdarch_s390x_feature_detection", issue = "135413")]
pub use std_detect::is_s390x_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")]