Skip to content

Commit

Permalink
std.Target: add missing propeller switch prongs
Browse files Browse the repository at this point in the history
Seems to have been an invisible merge conflict.
  • Loading branch information
andrewrk committed Oct 4, 2024
1 parent 9fca809 commit 163d505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/std/Target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 163d505

Please sign in to comment.