]> Cypherpunks repositories - gostls13.git/commit
crypto/aes: use asm for BenchmarkExpand on amd64
authorMichael Munday <munday@ca.ibm.com>
Thu, 21 Apr 2016 12:00:07 +0000 (08:00 -0400)
committerMinux Ma <minux@golang.org>
Fri, 22 Apr 2016 18:58:29 +0000 (18:58 +0000)
commitbabd5da61fbaa7a1b3a5413c3c8947d71fa1001d
tree5e2d0901dc8e8258204d8f5df2d92d39ac3564ac
parent5833d843de4d774f6b76e982b170f42b8e94a198
crypto/aes: use asm for BenchmarkExpand on amd64

This reverses the change to this benchmark made in 9b6bf20.

Change-Id: I79ab88286c3028d3be561957140375bbc413e7ab
Reviewed-on: https://go-review.googlesource.com/22340
Run-TryBot: Michael Munday <munday@ca.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/crypto/aes/aes_test.go
src/crypto/aes/cipher_amd64.go
src/crypto/aes/cipher_generic.go
src/crypto/aes/cipher_s390x.go