Partially stabilize LoongArch target features
This commit is contained in:
parent
667247db71
commit
72393a672d
1 changed files with 7 additions and 7 deletions
|
|
@ -693,17 +693,17 @@ static CSKY_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
|
|||
|
||||
static LOONGARCH_FEATURES: &[(&str, Stability, ImpliedFeatures)] = &[
|
||||
// tidy-alphabetical-start
|
||||
("d", Unstable(sym::loongarch_target_feature), &["f"]),
|
||||
("d", Stable, &["f"]),
|
||||
("div32", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("f", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("frecipe", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("f", Stable, &[]),
|
||||
("frecipe", Stable, &[]),
|
||||
("lam-bh", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("lamcas", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("lasx", Unstable(sym::loongarch_target_feature), &["lsx"]),
|
||||
("lbt", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("lasx", Stable, &["lsx"]),
|
||||
("lbt", Stable, &[]),
|
||||
("ld-seq-sa", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("lsx", Unstable(sym::loongarch_target_feature), &["d"]),
|
||||
("lvz", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("lsx", Stable, &["d"]),
|
||||
("lvz", Stable, &[]),
|
||||
("relax", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("scq", Unstable(sym::loongarch_target_feature), &[]),
|
||||
("ual", Unstable(sym::loongarch_target_feature), &[]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue