Macro std::arch::is_mips_feature_detected
source · macro_rules! is_mips_feature_detected {
("msa") => { ... };
($t:tt,) => { ... };
($t:tt) => { ... };
}
🔬This is a nightly-only experimental API. (
stdsimd
#27731)Available on MIPS only.
Expand description
Checks if mips
feature is enabled.