zig/lib/std/target
Andrew Kelley 4c6f207aff
clean up arm CPU features
* remove "cpu features" that are actually just processors
 * rename `v8` to `v8a`. this matches the corresponding
   change to target/aarch64.zig
 * rename types in preparation for removing sub-architecture
   from `std.Target`.

I have other files changed in my dirty working tree, but about to make
some changes to arm.zig that I don't want batched with this commit.
2020-02-19 18:12:06 -05:00
..
aarch64.zig fix incorrect list of sub-arches for aarch64 2020-01-23 13:02:45 -05:00
amdgpu.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
arm.zig clean up arm CPU features 2020-02-19 18:12:06 -05:00
avr.zig std.Target.CpuFeatures is now a struct with both CPU and feature set 2020-01-22 17:13:31 -05:00
bpf.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
hexagon.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
mips.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
msp430.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
nvptx.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
powerpc.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
riscv.zig riscv: Remove 'relax' from the baseline cpu features 2020-02-11 17:03:11 +01:00
sparc.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
systemz.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
wasm.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00
x86.zig lazily compute the full cpu features dependencies 2020-01-21 20:11:36 -05:00