| ... | @@ -1548,6 +1548,7 @@ pub const Cpu = struct { | ... | @@ -1548,6 +1548,7 @@ pub const Cpu = struct { |
| 1548 | .riscv64 => &riscv.cpu.baseline_rv64, | 1548 | .riscv64 => &riscv.cpu.baseline_rv64, |
| 1549 | .x86 => &x86.cpu.pentium4, | 1549 | .x86 => &x86.cpu.pentium4, |
| 1550 | .nvptx, .nvptx64 => &nvptx.cpu.sm_20, | 1550 | .nvptx, .nvptx64 => &nvptx.cpu.sm_20, |
| | 1551 | .s390x => &s390x.cpu.arch8, |
| 1551 | .sparc, .sparcel => &sparc.cpu.v8, | 1552 | .sparc, .sparcel => &sparc.cpu.v8, |
| 1552 | .loongarch64 => &loongarch.cpu.loongarch64, | 1553 | .loongarch64 => &loongarch.cpu.loongarch64, |
| 1553 | | 1554 | |