go/src/internal/cpu
Tobias Klauser 916ecbc731 internal/cpu: unify HWCap/HWCap2 comments
HWCap and HWCap2 are no longer linknamed into package runtime. Also,
merge two sentences both starting with "These are..." and don't mention
any file name where archauxv is defined, as it become outdated if
support for a new $GOOS/$GOARCH combination is added. This is e.g.
already the case for arm64, where archauxv is also defined for
freebsd/arm64.

Change-Id: I9314a66633736b12e777869a832d8b79d442a6f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/228057
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-04-13 10:26:24 +00:00
..
cpu.go internal/cpu: use anonymous struct for CPU feature vars 2020-03-02 08:32:38 +00:00
cpu_386.go internal/cpu: add experiment to disable CPU features with GODEBUGCPU 2018-05-22 18:49:31 +00:00
cpu_amd64.go internal/cpu: add experiment to disable CPU features with GODEBUGCPU 2018-05-22 18:49:31 +00:00
cpu_arm.go internal/cpu: unify HWCap/HWCap2 comments 2020-04-13 10:26:24 +00:00
cpu_arm64.go internal/cpu: unify HWCap/HWCap2 comments 2020-04-13 10:26:24 +00:00
cpu_mips.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_mips64x.go internal/cpu: unify HWCap/HWCap2 comments 2020-04-13 10:26:24 +00:00
cpu_mipsle.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
cpu_no_init.go internal/cpu: add MIPS64x feature detection 2020-02-28 23:18:52 +00:00
cpu_ppc64x.go internal/cpu: unify HWCap/HWCap2 comments 2020-04-13 10:26:24 +00:00
cpu_riscv64.go internal/cpu,internal/bytealg: add support for riscv64 2019-11-11 22:13:42 +00:00
cpu_s390x.go internal/cpu: add detection for the new ECDSA and EDDSA capabilities on s390x 2019-04-30 23:31:26 +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 crypto, internal/cpu: fix s390x AES feature detection and update SHA implementations 2018-06-11 11:41:31 +00:00
cpu_test.go internal/cpu: move GODEBUGCPU options into GODEBUG 2018-11-14 21:47:50 +00:00
cpu_wasm.go internal/cpu: add a CacheLinePadSize constant 2018-08-24 17:45:28 +00:00
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 runtime: don't use linkname to refer to internal/cpu 2018-08-21 14:36:09 +00:00