..
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
…