Fix build error for aarch64 big endian.
authorLei Maohui <leimaohui@cn.fujitsu.com>
Thu, 13 Jun 2019 03:17:30 +0000 (12:17 +0900)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Jul 2019 08:54:46 +0000 (10:54 +0200)
commit5a63e155ff115f9684a43d8d6034e63e189436d3
tree379773ea49043e0fff70fdbda175b0b49ffbe211
parent576344937307ea7661ab0f1b6682feda087048a1
Fix build error for aarch64 big endian.

Modified rev to rev64, because rev only takes integer registers.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90827
Otherwise, the following error will occur.

Error: operand 1 must be an integer register -- `rev v31.16b,v31.16b'

CLA: trivial

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9151)

(cherry picked from commit 7b0fceed21c8929e0c6694f57018aa1dbba03e15)
crypto/sha/asm/keccak1600-armv8.pl