]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: unify HWCap/HWCap2 comments
authorTobias Klauser <tklauser@distanz.ch>
Mon, 13 Apr 2020 10:11:23 +0000 (12:11 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 13 Apr 2020 10:26:24 +0000 (10:26 +0000)
commit916ecbc731874bc33f116b0f62c60fc1d64d3841
treed5cf2d3c09cec75f7f2afbcff368d233e41351f0
parent2545323c633136a28aa57b000b81e95780cbac13
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>
src/internal/cpu/cpu_arm.go
src/internal/cpu/cpu_arm64.go
src/internal/cpu/cpu_mips64x.go
src/internal/cpu/cpu_ppc64x.go