poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.
authorAndy Polyakov <appro@openssl.org>
Mon, 22 Feb 2016 16:39:00 +0000 (17:39 +0100)
committerAndy Polyakov <appro@openssl.org>
Tue, 23 Feb 2016 20:14:25 +0000 (21:14 +0100)
commit14577312211e25024ffd90bbded44b021877fc59
tree6b2b78ccad5a1b0bbcf17f7aa66cb75f8d69f84a
parent78c830785ca0f422502db9b201127ef1d9fe3966
poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.

Different assembler versions disagree on how to interpret #-1 as
argument to vmov.i64, as 0xffffffffffffffff or 0x00000000ffffffff.
So replace it with something they can't disagree on.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/poly1305/asm/poly1305-armv4.pl