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