]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: detect sha-ni instruction support for AMD64
authorted <ted.painter@intel.com>
Thu, 26 May 2022 00:03:48 +0000 (20:03 -0400)
committerKeith Randall <khr@google.com>
Mon, 15 Aug 2022 15:15:10 +0000 (15:15 +0000)
commitf1b1557cf3c9ca5e3def849656f79f39041d0055
tree6cc6a6d99e1deb01cc428dd6fa6a85316a2782d7
parent2c5b1746164581c7393a7a7f7ba796e823af0248
internal/cpu: detect sha-ni instruction support for AMD64

    addresses proposal #53084
    required by sha-256 change list developed for #50543

Change-Id: I5454d746fce069a7a4993d70dc5b0a5544f8eeaf
Reviewed-on: https://go-review.googlesource.com/c/go/+/408794
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@google.com>
src/internal/cpu/cpu.go
src/internal/cpu/cpu_x86.go