| ... | @@ -1856,6 +1856,7 @@ pub const Cpu = struct { | ... | @@ -1856,6 +1856,7 @@ pub const Cpu = struct { |
| 1856 | .watchos => &aarch64.cpu.apple_s4, | 1856 | .watchos => &aarch64.cpu.apple_s4, |
| 1857 | else => generic(arch), | 1857 | else => generic(arch), |
| 1858 | }, | 1858 | }, |
| | 1859 | .csky => &csky.cpu.ck810, // gcc/clang do not have a generic csky model. |
| 1859 | .hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model. | 1860 | .hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model. |
| 1860 | .riscv32 => &riscv.cpu.baseline_rv32, | 1861 | .riscv32 => &riscv.cpu.baseline_rv32, |
| 1861 | .riscv64 => &riscv.cpu.baseline_rv64, | 1862 | .riscv64 => &riscv.cpu.baseline_rv64, |