| ... | @@ -1860,10 +1860,10 @@ pub const Cpu = struct { | ... | @@ -1860,10 +1860,10 @@ pub const Cpu = struct { |
| 1860 | .hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model. | 1860 | .hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model. |
| 1861 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. | 1861 | .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model. |
| 1862 | .loongarch64 => &loongarch.cpu.loongarch64, | 1862 | .loongarch64 => &loongarch.cpu.loongarch64, |
| | 1863 | .nvptx, .nvptx64 => &nvptx.cpu.sm_52, |
| 1863 | .powerpc64le => &powerpc.cpu.ppc64le, | 1864 | .powerpc64le => &powerpc.cpu.ppc64le, |
| 1864 | .riscv32 => &riscv.cpu.baseline_rv32, | 1865 | .riscv32 => &riscv.cpu.baseline_rv32, |
| 1865 | .riscv64 => &riscv.cpu.baseline_rv64, | 1866 | .riscv64 => &riscv.cpu.baseline_rv64, |
| 1866 | .nvptx, .nvptx64 => &nvptx.cpu.sm_20, | | |
| 1867 | .s390x => &s390x.cpu.arch8, // gcc/clang do not have a generic s390x model. | 1867 | .s390x => &s390x.cpu.arch8, // gcc/clang do not have a generic s390x model. |
| 1868 | .sparc => &sparc.cpu.v9, // glibc does not work with 'plain' v8. | 1868 | .sparc => &sparc.cpu.v9, // glibc does not work with 'plain' v8. |
| 1869 | .x86 => &x86.cpu.pentium4, | 1869 | .x86 => &x86.cpu.pentium4, |