Commit 14577312 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 78c83078
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment