mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
misc: Add allegrex CPU & features, run tool, update semver
This commit is contained in:
@@ -1299,6 +1299,20 @@ const targets = [_]ArchTarget{
|
||||
.name = "Mips",
|
||||
.td_name = "Mips",
|
||||
},
|
||||
.extra_features = &.{
|
||||
.{
|
||||
.zig_name = "notraps",
|
||||
.desc = "Disable trap instructions",
|
||||
.deps = &.{},
|
||||
},
|
||||
},
|
||||
.extra_cpus = &.{
|
||||
.{
|
||||
.llvm_name = null,
|
||||
.zig_name = "allegrex",
|
||||
.features = &.{ "mips2", "single_float", "notraps" },
|
||||
},
|
||||
},
|
||||
},
|
||||
.{
|
||||
.zig_name = "nvptx",
|
||||
|
||||
Reference in New Issue
Block a user