authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-06-29 01:36:40+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-07-05 01:52:18-04:00
log0d7aa1b637b26f87025b7c8b5dc20d9a92fbb7ab
treede1e4cdc8eac0c8016fd66a3139cb775d5f689c9
parent0f8561d099e4d08be0a6e547dd88f21026504490

std.Target: Use arch8 as the baseline CPU model for s390x.

Fixes #9442.

1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/Target.zig+1
......@@ -1548,6 +1548,7 @@ pub const Cpu = struct {
15481548 .riscv64 => &riscv.cpu.baseline_rv64,
15491549 .x86 => &x86.cpu.pentium4,
15501550 .nvptx, .nvptx64 => &nvptx.cpu.sm_20,
1551 .s390x => &s390x.cpu.arch8,
15511552 .sparc, .sparcel => &sparc.cpu.v8,
15521553 .loongarch64 => &loongarch.cpu.loongarch64,
15531554