go/src/internal/cpu
Tobias Klauser b79acf97c7 internal/cpu: use anonymous struct for CPU feature vars
Like in x/sys/cpu, use anonymous structs to declare the CPU feature vars
instead of defining single-use types. Also, order the vars
alphabetically.

Change-Id: Iedd3ca51916e3cbb852d2aeed18b3a4c6613e778
Reviewed-on: https://go-review.googlesource.com/c/go/+/221757
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
2020-03-02 08:32:38 +00:00
..
cpu.go internal/cpu: use anonymous struct for CPU feature vars 2020-03-02 08:32:38 +00:00
cpu_386.go
cpu_amd64.go
cpu_arm.go
cpu_arm64.go
cpu_mips.go
cpu_mips64x.go internal/cpu: add MIPS64x feature detection 2020-02-28 23:18:52 +00:00
cpu_mipsle.go
cpu_no_init.go internal/cpu: add MIPS64x feature detection 2020-02-28 23:18:52 +00:00
cpu_ppc64x.go
cpu_riscv64.go internal/cpu,internal/bytealg: add support for riscv64 2019-11-11 22:13:42 +00:00
cpu_s390x.go
cpu_s390x.s
cpu_s390x_test.go
cpu_test.go
cpu_wasm.go
cpu_x86.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu_x86.s all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
cpu_x86_test.go all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
export_test.go