| ... | @@ -2077,6 +2077,7 @@ pub const Cpu = struct { | ... | @@ -2077,6 +2077,7 @@ pub const Cpu = struct { |
| 2077 | // gcc/clang do not have a generic s390x model. | 2077 | // gcc/clang do not have a generic s390x model. |
| 2078 | .s390x => &s390x.cpu.arch8, | 2078 | .s390x => &s390x.cpu.arch8, |
| 2079 | .sparc => &sparc.cpu.v9, // glibc does not work with 'plain' v8. | 2079 | .sparc => &sparc.cpu.v9, // glibc does not work with 'plain' v8. |
| | 2080 | .sparc64 => &sparc.cpu.ultrasparc, |
| 2080 | .x86 => &x86.cpu.pentium4, | 2081 | .x86 => &x86.cpu.pentium4, |
| 2081 | .x86_64 => switch (os.tag) { | 2082 | .x86_64 => switch (os.tag) { |
| 2082 | .driverkit, .maccatalyst => &x86.cpu.nehalem, | 2083 | .driverkit, .maccatalyst => &x86.cpu.nehalem, |