macro_rules! is_arm_feature_detected {
($feature_lit) => { ... };
($feature_lit) => { ... };
($feature_lit) => { ... };
($feature_lit) => { ... };
($nort_feature) => { ... };
($nort_feature) => { ... };
($nort_feature) => { ... };
($nort_feature) => { ... };
($t:tt,) => { ... };
($t:tt) => { ... };
}
🔬 This is a nightly-only experimental API. (
stdsimd
#27731)
Checks if arm
feature is enabled.