| ... | @@ -1512,6 +1512,7 @@ pub const Cpu = struct { | ... | @@ -1512,6 +1512,7 @@ pub const Cpu = struct { |
| 1512 | pub fn baseline(arch: Arch) *const Model { | 1512 | pub fn baseline(arch: Arch) *const Model { |
| 1513 | return switch (arch) { | 1513 | return switch (arch) { |
| 1514 | .arm, .armeb, .thumb, .thumbeb => &arm.cpu.baseline, | 1514 | .arm, .armeb, .thumb, .thumbeb => &arm.cpu.baseline, |
| | 1515 | .hexagon => &hexagon.cpu.hexagonv60, |
| 1515 | .riscv32 => &riscv.cpu.baseline_rv32, | 1516 | .riscv32 => &riscv.cpu.baseline_rv32, |
| 1516 | .riscv64 => &riscv.cpu.baseline_rv64, | 1517 | .riscv64 => &riscv.cpu.baseline_rv64, |
| 1517 | .x86 => &x86.cpu.pentium4, | 1518 | .x86 => &x86.cpu.pentium4, |