]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: enable fastXORBytes on s390x
authorMichael Munday <munday@ca.ibm.com>
Thu, 14 Apr 2016 17:29:37 +0000 (13:29 -0400)
committerMichael Munday <munday@ca.ibm.com>
Thu, 14 Apr 2016 18:26:09 +0000 (18:26 +0000)
commit980146bfde2b4e2d62c537023c19670666fc0604
tree57c6c444af68c6c5af1d45db1f13cc28f0c7ba70
parent6b0b3f86d6b3c2cf01c7ed6080e038bda2c12997
crypto/cipher: enable fastXORBytes on s390x

s390x can handle unaligned loads and stores of 64-bit values.

Change-Id: Iae5621781e3ba56e27b4a1f4788772c86e4f6475
Reviewed-on: https://go-review.googlesource.com/22086
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/cipher/xor.go