| ... | ... | @@ -1860,6 +1860,8 @@ pub const Cpu = struct { |
| 1860 | 1860 | .hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model. |
| 1861 | 1861 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. |
| 1862 | 1862 | .loongarch64 => &loongarch.cpu.loongarch64, |
| 1863 | .mips, .mipsel => &mips.cpu.mips32r2, |
| 1864 | .mips64, .mips64el => &mips.cpu.mips64r2, |
| 1863 | 1865 | .nvptx, .nvptx64 => &nvptx.cpu.sm_52, |
| 1864 | 1866 | .powerpc64le => &powerpc.cpu.ppc64le, |
| 1865 | 1867 | .riscv32 => &riscv.cpu.baseline_rv32, |