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:53:02 +0000 (10:53 +0200)
commit7b0fceed21c8929e0c6694f57018aa1dbba03e15
treee19fa4a39905d0062e1623fa3d46bbe965011e21
parent933a73b9144397a5690a75c69694123a00d3590d
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)
crypto/sha/asm/keccak1600-armv8.pl