| ... | ... | @@ -1843,10 +1843,11 @@ pub const Cpu = struct { |
| 1843 | 1843 | pub fn baseline(arch: Arch, os: Os) *const Model { |
| 1844 | 1844 | return switch (arch) { |
| 1845 | 1845 | .amdgcn => &amdgcn.cpu.gfx906, |
| 1846 | | .arm, .armeb, .thumb, .thumbeb => switch (os.tag) { |
| 1846 | .arm => switch (os.tag) { |
| 1847 | 1847 | .@"3ds" => &arm.cpu.mpcore, |
| 1848 | 1848 | else => &arm.cpu.baseline, |
| 1849 | 1849 | }, |
| 1850 | .armeb, .thumb, .thumbeb => &arm.cpu.baseline, |
| 1850 | 1851 | .aarch64 => switch (os.tag) { |
| 1851 | 1852 | .driverkit, .macos => &aarch64.cpu.apple_m1, |
| 1852 | 1853 | .ios, .tvos => &aarch64.cpu.apple_a7, |