Macro std::is_mips64_feature_detected[][src]

macro_rules! is_mips64_feature_detected {
    ("msa") => { ... };
    ($t : tt,) => { ... };
    ($t : tt) => { ... };
}
🔬 This is a nightly-only experimental API. (stdsimd #27731)
This is supported on MIPS-64 only.
Expand description

Checks if mips64 feature is enabled.