| author | |
| committer | |
| log | 604e87a95868094bdddbcc6a4579f8535ae5e2a9 |
| tree | a6b6afb9f6d8f82ac00aff891316a0844744e205 |
| parent | 9c22a6b3ade561b4009020547980fcf2d76a9f57 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -1512,6 +1512,7 @@ pub const Cpu = struct { |
| 1512 | 1512 | pub fn baseline(arch: Arch) *const Model { |
| 1513 | 1513 | return switch (arch) { |
| 1514 | 1514 | .arm, .armeb, .thumb, .thumbeb => &arm.cpu.baseline, |
| 1515 | .hexagon => &hexagon.cpu.hexagonv60, | |
| 1515 | 1516 | .riscv32 => &riscv.cpu.baseline_rv32, |
| 1516 | 1517 | .riscv64 => &riscv.cpu.baseline_rv64, |
| 1517 | 1518 | .x86 => &x86.cpu.pentium4, |