openssl/crypto/sha/asm
Andy Polyakov 94376cccb4 aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
ARM has optimized Cortex-A5x pipeline to favour pairs of complementary
AES instructions. While modified code improves performance of post-r0p0
Cortex-A53 performance by >40% (for CBC decrypt and CTR), it hurts
original r0p0. We favour later revisions, because one can't prevent
future from coming. Improvement on post-r0p0 Cortex-A57 exceeds 50%,
while new code is not slower on r0p0, or Apple A7 for that matter.

[Update even SHA results for latest Cortex-A53.]

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-02 09:47:56 +02:00
..
README
sha1-586.pl sha/asm/sha1-586.pl: fix typo. 2015-02-22 19:19:26 +01:00
sha1-alpha.pl
sha1-armv4-large.pl ARMv4 assembly pack: add Cortex-A15 performance data. 2015-03-08 14:09:32 +01:00
sha1-armv8.pl aes/asm/aesv8-armx.pl: optimize for Cortex-A5x. 2015-04-02 09:47:56 +02:00
sha1-c64xplus.pl
sha1-ia64.pl
sha1-mb-x86_64.pl sha1-mb-x86_64.pl: add commentary. 2014-08-21 00:15:40 +02:00
sha1-mips.pl Fix irix-cc build. 2015-01-07 18:39:39 +01:00
sha1-parisc.pl
sha1-ppc.pl sha1-ppc.pl: shave off one cycle from BODY_20_39 2014-07-21 15:29:09 +02:00
sha1-s390x.pl
sha1-sparcv9.pl
sha1-sparcv9a.pl
sha1-thumb.pl
sha1-x86_64.pl sha[1|512]-x86_64.pl: fix logical errors with $shaext=0. 2014-07-07 17:01:07 +02:00
sha256-586.pl x86[_64] assembly pack: add Silvermont performance data. 2014-08-30 19:13:49 +02:00
sha256-armv4.pl sha/asm/sha256-armv4.pl: fix compile issue in kernel 2015-03-29 15:22:03 +02:00
sha256-c64xplus.pl
sha256-mb-x86_64.pl
sha512-586.pl x86[_64] assembly pack: add Silvermont performance data. 2014-08-30 19:13:49 +02:00
sha512-armv4.pl sha/asm/sha512-armv4.pl: adapt for use in Linux kernel context. 2015-03-29 15:24:20 +02:00
sha512-armv8.pl aes/asm/aesv8-armx.pl: optimize for Cortex-A5x. 2015-04-02 09:47:56 +02:00
sha512-c64xplus.pl
sha512-ia64.pl
sha512-mips.pl Fix irix-cc build. 2015-01-07 18:39:39 +01:00
sha512-parisc.pl
sha512-ppc.pl
sha512-s390x.pl
sha512-sparcv9.pl
sha512-x86_64.pl x86[_64] assembly pack: add Silvermont performance data. 2014-08-30 19:13:49 +02:00
sha512p8-ppc.pl Fix macosx-ppc build (and typos in unwind info). 2015-01-22 12:13:57 +01:00

C2.pl works