std.Target: add missing propeller switch prongs
Seems to have been an invisible merge conflict.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user