Commit e26b64a87d
Changed files (1)
lib
std
lib/std/Target.zig
@@ -1860,6 +1860,8 @@ pub const Cpu = struct {
.hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model.
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.
.loongarch64 => &loongarch.cpu.loongarch64,
+ .mips, .mipsel => &mips.cpu.mips32r2,
+ .mips64, .mips64el => &mips.cpu.mips64r2,
.nvptx, .nvptx64 => &nvptx.cpu.sm_52,
.powerpc64le => &powerpc.cpu.ppc64le,
.riscv32 => &riscv.cpu.baseline_rv32,