Rollup merge of #116943 - heiher:target-features, r=wesleywiser
Add target features for LoongArch
This commit is contained in:
commit
84f0befac5
6 changed files with 21 additions and 1 deletions
|
@ -288,6 +288,7 @@ declare_features! (
|
|||
(unstable, csky_target_feature, "1.73.0", Some(44839), None),
|
||||
(unstable, ermsb_target_feature, "1.49.0", Some(44839), None),
|
||||
(unstable, hexagon_target_feature, "1.27.0", Some(44839), None),
|
||||
(unstable, loongarch_target_feature, "1.73.0", Some(44839), None),
|
||||
(unstable, mips_target_feature, "1.27.0", Some(44839), None),
|
||||
(unstable, powerpc_target_feature, "1.27.0", Some(44839), None),
|
||||
(unstable, riscv_target_feature, "1.45.0", Some(44839), None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue