compiler: Add target features for LoongArch
This commit is contained in:
parent
f654229c27
commit
cb618162b1
3 changed files with 18 additions and 0 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