zig/lib/std/target
Koakuma cb06d62603
Add "ppc" prefix to number-modeled CPUs (#6006)
This is to prevent "expected token 'Symbol', found 'IntLiteral'" errors
when building zig files.
2020-08-13 14:30:38 +03:00
..
aarch64.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
amdgpu.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
arm.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
avr.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
bpf.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
hexagon.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
mips.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
msp430.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
nvptx.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
powerpc.zig Add "ppc" prefix to number-modeled CPUs (#6006) 2020-08-13 14:30:38 +03:00
riscv.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
sparc.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
systemz.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
wasm.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00
x86.zig use typeInfo instead of hardcoded tables in std.Target 2020-07-11 20:11:20 +03:00