Skip to content

Commit

Permalink
std.Target: Use arch8 as the baseline CPU model for s390x.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored and ryoppippi committed Jul 5, 2024
1 parent deae1ff commit 32bd7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/Target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 32bd7f6

Please sign in to comment.