go/src/internal/cpu
Tobias Klauser f19e400180 all: remove more leftover // +build lines
CL 344955 and CL 359476 removed almost all // +build lines, but leaving
some assembly files and generating scripts. Also, some files were added
with // +build lines after CL 359476 was merged. Remove these or rename
files where more appropriate.

For #41184

Change-Id: I7eb85a498ed9788b42a636e775f261d755504ffa
Reviewed-on: https://go-review.googlesource.com/c/go/+/361480
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-11-06 10:24:44 +00:00
..
cpu.go internal/cpu: remove option to mark cpu features required 2021-10-06 18:44:56 +00:00
cpu.s runtime: move ppc64/aix cpu feature detection to internal/cpu 2020-10-29 13:49:26 +00:00
cpu_arm.go internal/cpu: unify HWCap/HWCap2 comments 2020-04-13 10:26:24 +00:00
cpu_arm64.go internal/cpu: add darwin/arm64 CPU feature detection support 2020-12-07 07:59:54 +00:00
cpu_arm64.s runtime: improve memmove performance on arm64 2020-11-02 15:23:43 +00:00
cpu_arm64_android.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_arm64_darwin.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_arm64_freebsd.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_arm64_hwcap.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_arm64_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_arm64_other.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_mips.go internal/cpu: make architectures without initialization work explicit 2020-10-20 12:10:43 +00:00
cpu_mips64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_mipsle.go internal/cpu: make architectures without initialization work explicit 2020-10-20 12:10:43 +00:00
cpu_no_name.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_ppc64x.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_ppc64x_aix.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_ppc64x_linux.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_riscv64.go internal/cpu: make architectures without initialization work explicit 2020-10-20 12:10:43 +00:00
cpu_s390x.go runtime: move s390x HWCap CPU feature detection to internal/cpu 2020-10-22 17:11:03 +00:00
cpu_s390x.s
cpu_s390x_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
cpu_test.go cmd/go, internal/cpu: use internal/godebug in tests 2021-11-02 06:19:33 +00:00
cpu_wasm.go internal/cpu: make architectures without initialization work explicit 2020-10-20 12:10:43 +00:00
cpu_x86.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
cpu_x86.s all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
cpu_x86_test.go cmd/go, internal/cpu: use internal/godebug in tests 2021-11-02 06:19:33 +00:00
export_test.go