Macro std::is_arm_feature_detected[][src]

macro_rules! is_arm_feature_detected {
    ($t : tt) => { ... };
}
🔬 This is a nightly-only experimental API. (stdsimd #27731)
Expand description

如果在 ARM 目标以外的其他地方使用 is_arm_feature_detected,则阻止编译。