mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue