openssl/crypto/chacha/asm
Andy Polyakov 8e9f1bb99e chacha/asm/chacha-x86.pl: make it compile on legacy systems.
Usage of $ymm variable is a bit misleading here, it doesn't refer
to %ymm register bank, but rather to VEX instruction encoding,
which AMD XOP code path depends on.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-02 12:34:42 +02:00
..
chacha-armv4.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
chacha-armv8.pl chacha/asm/chacha-armv8.pl: fix intermittent build failures. 2016-04-13 12:07:31 +02:00
chacha-c64xplus.pl Unified - adapt the generation of chacha assembler to use GENERATE 2016-03-09 11:09:26 +01:00
chacha-ppc.pl chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian. 2016-04-25 11:48:44 +02:00
chacha-s390x.pl Fix some assembler generating scripts for better unification 2016-03-11 00:54:31 +01:00
chacha-x86.pl chacha/asm/chacha-x86.pl: make it compile on legacy systems. 2016-05-02 12:34:42 +02:00
chacha-x86_64.pl chacha/asm/chacha-*.pl: fix typos in tail processing. 2016-02-27 21:09:02 +01:00