]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: change s390x API to match x/sys/cpu
authorMichael Munday <mike.munday@ibm.com>
Thu, 28 Feb 2019 09:40:51 +0000 (04:40 -0500)
committerMichael Munday <mike.munday@ibm.com>
Thu, 28 Feb 2019 13:46:45 +0000 (13:46 +0000)
commit1f17d61026a9d83591db420ba1441c8555d2f4a0
tree23fac3af75e4336ee8785ad3865030504f501306
parent336ae0d242bca424d0a0a48b663d290af7968ba9
internal/cpu: change s390x API to match x/sys/cpu

This CL changes the internal/cpu API to more closely match the
public version in x/sys/cpu (added in CL 163003). This will make it
easier to update the dependencies of vendored code. The most prominent
renaming is from VE1 to VXE for the vector-enhancements facility 1.
VXE is the mnemonic used for this facility in the HWCAP vector.

Change-Id: I922d6c8bb287900a4bd7af70567e22eac567b5c1
Reviewed-on: https://go-review.googlesource.com/c/164437
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/elliptic/p256_s390x.go
src/internal/cpu/cpu.go
src/internal/cpu/cpu_s390x.go