..
cpu.go
internal/cpu: fix and cleanup ARM64 cpu feature fields and options
2020-11-05 10:46:08 +00:00
cpu.s
runtime: move ppc64/aix cpu feature detection to internal/cpu
2020-10-29 13:49:26 +00:00
cpu_386.go
…
cpu_amd64.go
…
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 fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_arm64_darwin.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_arm64_freebsd.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_arm64_hwcap.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_arm64_linux.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_arm64_other.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +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 fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +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 fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_ppc64x.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_ppc64x_aix.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_ppc64x_linux.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +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
internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x
2019-04-30 23:31:26 +00:00
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
internal/cpu: add darwin/arm64 CPU feature detection support
2020-12-07 07:59:54 +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 fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
cpu_x86.s
all: add //go:build lines to assembly files
2021-05-13 09:12:17 +00:00
cpu_x86_test.go
all: go fmt std cmd (but revert vendor)
2021-02-20 03:54:50 +00:00
export_test.go
…