std.Target: add missing propeller switch prongs

Seems to have been an invisible merge conflict.
This commit is contained in:
Andrew Kelley 2024-10-04 15:03:46 -07:00
parent 9fca80941c
commit 163d505e27

View File

@ -1574,6 +1574,8 @@ pub const Cpu = struct {
.powerpcle => &powerpc.cpu.ppc,
.powerpc64 => &powerpc.cpu.ppc64,
.powerpc64le => &powerpc.cpu.ppc64le,
.propeller1 => &propeller.cpu.generic,
.propeller2 => &propeller.cpu.generic,
.amdgcn => &amdgpu.cpu.generic,
.riscv32 => &riscv.cpu.generic_rv32,
.riscv64 => &riscv.cpu.generic_rv64,