| author | |
| committer | |
| log | 0d7aa1b637b26f87025b7c8b5dc20d9a92fbb7ab |
| tree | de1e4cdc8eac0c8016fd66a3139cb775d5f689c9 |
| parent | 0f8561d099e4d08be0a6e547dd88f21026504490 |
Fixes #9442.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -1548,6 +1548,7 @@ pub const Cpu = struct { |
| 1548 | 1548 | .riscv64 => &riscv.cpu.baseline_rv64, |
| 1549 | 1549 | .x86 => &x86.cpu.pentium4, |
| 1550 | 1550 | .nvptx, .nvptx64 => &nvptx.cpu.sm_20, |
| 1551 | .s390x => &s390x.cpu.arch8, | |
| 1551 | 1552 | .sparc, .sparcel => &sparc.cpu.v8, |
| 1552 | 1553 | .loongarch64 => &loongarch.cpu.loongarch64, |
| 1553 | 1554 |