mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
Merge pull request #25733 from GasInfinity-Forks/x86_16-cpu_context
* fix: add `i86` cpu in `update_cpu_features` * feat: add `x86_16` debug `cpu_context`
This commit is contained in:
commit
767f28d7a6
3 changed files with 51 additions and 1 deletions
|
|
@ -1563,6 +1563,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