openssl/crypto/poly1305/asm
Andy Polyakov 1457731221 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>
2016-02-23 21:14:25 +01:00
..
poly1305-armv4.pl poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction. 2016-02-23 21:14:25 +01:00
poly1305-armv8.pl ARM assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-13 12:07:45 +01:00
poly1305-c64xplus.pl C64x+ assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-13 12:34:29 +01:00
poly1305-ppc.pl PPC assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-13 17:21:47 +01:00
poly1305-ppcfp.pl PPC assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-13 17:21:47 +01:00
poly1305-s390x.pl s390x assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-09 22:33:52 +01:00
poly1305-sparcv9.pl Add poly1305/asm/poly1305-sparcv9.pl. 2016-01-31 22:49:42 +01:00
poly1305-x86.pl x86[_64] assembly pack: add ChaCha20 and Poly1305 modules. 2016-02-10 10:31:14 +01:00
poly1305-x86_64.pl poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix. 2016-02-11 20:47:33 +01:00