| ... | ... | @@ -1797,6 +1797,7 @@ pub const Cpu = struct { |
| 1797 | 1797 | }; |
| 1798 | 1798 | }; |
| 1799 | 1799 | return switch (arch) { |
| 1800 | .amdgcn => &amdgpu.cpu.gfx600, |
| 1800 | 1801 | .arc => &arc.cpu.generic, |
| 1801 | 1802 | .arm, .armeb, .thumb, .thumbeb => &arm.cpu.generic, |
| 1802 | 1803 | .aarch64, .aarch64_be => &aarch64.cpu.generic, |
| ... | ... | @@ -1815,7 +1816,6 @@ pub const Cpu = struct { |
| 1815 | 1816 | .powerpc64, .powerpc64le => &powerpc.cpu.ppc64, |
| 1816 | 1817 | .propeller1 => &propeller.cpu.generic, |
| 1817 | 1818 | .propeller2 => &propeller.cpu.generic, |
| 1818 | | .amdgcn => &amdgpu.cpu.generic, |
| 1819 | 1819 | .riscv32 => &riscv.cpu.generic_rv32, |
| 1820 | 1820 | .riscv64 => &riscv.cpu.generic_rv64, |
| 1821 | 1821 | .spirv, .spirv32, .spirv64 => &spirv.cpu.generic, |