Add some C64x assembly modules [by minor adjustments of C64x+ modules].
authorAndy Polyakov <appro@openssl.org>
Fri, 25 Nov 2016 12:11:09 +0000 (13:11 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 30 Aug 2017 20:26:43 +0000 (21:26 +0100)
commit7d91d9ea6b2281d847e6dcb05e6e3bbd88b60404
tree5356dbda3ea32c812d5e15c6de88b3a08f8834fd
parente1a9268d81238aa12acfb9725a13c858c8937cd7
Add some C64x assembly modules [by minor adjustments of C64x+ modules].

AES, SHA256 and SHA512 modules can actually replace corresponding
C64x+ modules. This is because C64x+ instructions don't actually
provide "killer-argument" advantage in these modules. As for SHA1,
even though its performance exactly same, C64x+ module is more
responsive to interrupts, i.e. doesn't inhibit them for as long
periods as C64x module.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Stephen Henson <steve@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4265)

(cherry picked from commit 5526e5791f1426553b6f4806d1ac82efd6ab33bc)
crypto/aes/asm/aes-c64x.pl [new file with mode: 0644]
crypto/c64xcpuid.pl [new file with mode: 0644]
crypto/sha/asm/sha1-c64x-large.pl [new file with mode: 0644]
crypto/sha/asm/sha1-c64x.pl [new file with mode: 0644]
crypto/sha/asm/sha256-c64x.pl [new file with mode: 0644]
crypto/sha/asm/sha512-c64x.pl [new file with mode: 0644]