mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
fix: add i86 cpu in update_cpu_features
This commit is contained in:
parent
b409cdf63f
commit
fca748ffba
2 changed files with 10 additions and 1 deletions
|
|
@ -1541,6 +1541,13 @@ const targets = [_]ArchTarget{
|
|||
.deps = &.{},
|
||||
},
|
||||
},
|
||||
.extra_cpus = &.{
|
||||
.{
|
||||
.llvm_name = null,
|
||||
.zig_name = "i86",
|
||||
.features = &.{"16bit_mode"},
|
||||
},
|
||||
},
|
||||
.omit_cpus = &.{
|
||||
// LLVM defines a bunch of dumb aliases with foreach loops in X86.td.
|
||||
"pentium_mmx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue