macro_rules! is_mips_feature_detected {
("msa") => { ... };
($t:tt,) => { ... };
($t:tt) => { ... };
}
🔬This is a nightly-only experimental API. (
stdarch_mips_feature_detection
)Available on crate feature
std
and MIPS only.Expand description
Checks if mips
feature is enabled.