]> Cypherpunks repositories - gostls13.git/commit
crypto/aes: fix wrong instruction on ppc64le implementation
authorCarlos Eduardo Seo <cseo@linux.vnet.ibm.com>
Tue, 11 Apr 2017 18:37:38 +0000 (15:37 -0300)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 11 Apr 2017 20:10:08 +0000 (20:10 +0000)
commitd6dd7ce1c5eb0df4694f9f8ad09dc47d8d689690
tree916a4e885d1cdc4bcf7558e8d0ea8e07100598c7
parent9417c022c6d7e6457fd6de89f92bb9c52a04819b
crypto/aes: fix wrong instruction on ppc64le implementation

In the newest AES implementation in asm for ppc64le, this part

MOVW $·rcon(SB), PTR

should be

MOVD $·rcon(SB), PTR

since it is loading a doubleword value into PTR.

Change-Id: I7e3d6ad87a2237015aeeb30c68fb409a18f2801c
Reviewed-on: https://go-review.googlesource.com/40298
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
src/crypto/aes/asm_ppc64le.s