| author | |
| committer | |
| log | 1fd1fadc0286d8a87816351ca148a36f3c7b463e |
| tree | 5cfc3c3d9ff514acb4fec8edcb25a846d0a6c254 |
| parent | 51962172f70c919ab0e89937216a65aef4a06307 |
| signature |
No OSs actually support CPUs older than this.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -2077,6 +2077,7 @@ pub const Cpu = struct { |
| 2077 | 2077 | // gcc/clang do not have a generic s390x model. |
| 2078 | 2078 | .s390x => &s390x.cpu.arch8, |
| 2079 | 2079 | .sparc => &sparc.cpu.v9, // glibc does not work with 'plain' v8. |
| 2080 | .sparc64 => &sparc.cpu.ultrasparc, | |
| 2080 | 2081 | .x86 => &x86.cpu.pentium4, |
| 2081 | 2082 | .x86_64 => switch (os.tag) { |
| 2082 | 2083 | .driverkit, .maccatalyst => &x86.cpu.nehalem, |