mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.Target: add missing propeller switch prongs
Seems to have been an invisible merge conflict.
This commit is contained in:
parent
9fca80941c
commit
163d505e27
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user