macro_rules! is_loongarch_feature_detected {
    ("32s") => { ... };
    ("f") => { ... };
    ("d") => { ... };
    ("frecipe") => { ... };
    ("div32") => { ... };
    ("lsx") => { ... };
    ("lasx") => { ... };
    ("lam-bh") => { ... };
    ("lamcas") => { ... };
    ("ld-seq-sa") => { ... };
    ("scq") => { ... };
    ("lbt") => { ... };
    ("lvz") => { ... };
    ("ual") => { ... };
    ($t:tt,) => { ... };
    ($t:tt) => { ... };
}Expand description
Checks if loongarch feature is enabled.
Supported arguments are:
"32s""f""d""frecipe""div32""lsx""lasx""lam-bh""lamcas""ld-seq-sa""scq""lbt""lvz""ual"