mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.Target: Use arch8 as the baseline CPU model for s390x.
Fixes #9442.
This commit is contained in:
parent
0f8561d099
commit
0d7aa1b637
1 changed files with 1 additions and 0 deletions
|
|
@ -1548,6 +1548,7 @@ pub const Cpu = struct {
|
|||
.riscv64 => &riscv.cpu.baseline_rv64,
|
||||
.x86 => &x86.cpu.pentium4,
|
||||
.nvptx, .nvptx64 => &nvptx.cpu.sm_20,
|
||||
.s390x => &s390x.cpu.arch8,
|
||||
.sparc, .sparcel => &sparc.cpu.v8,
|
||||
.loongarch64 => &loongarch.cpu.loongarch64,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue