]> Cypherpunks repositories - gostls13.git/commit
internal/cpu: add sha512 for arm64
authorMeng Zhuo <mzh@golangcn.org>
Thu, 26 May 2022 14:36:15 +0000 (22:36 +0800)
committerMeng Zhuo <mzh@golangcn.org>
Tue, 9 Aug 2022 01:22:19 +0000 (01:22 +0000)
commit228f891c905af8c01743085a74b2189f58eecba1
tree24e1bd85b9b17b7bf9c79bb35f24500f07b880df
parent4884599a541a8134ce1f83135523b74e3a19900e
internal/cpu: add sha512 for arm64

The new M1 cpu (Apple) comes with sha512 hardware
acceleration feature.

Change-Id: I823d1e9b09b472bd21571eee75cc5314cd66b1ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/408836
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/cpu/cpu.go
src/internal/cpu/cpu_arm64.go
src/internal/cpu/cpu_arm64_darwin.go