diff options
author | Andy Polyakov <appro@openssl.org> | 2018-05-09 12:24:05 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-05-10 11:44:21 +0200 |
commit | 13f6857db107b1b6f68daa7fc4a6dd1293428bb1 (patch) | |
tree | 0d2ed90ee0160b2d5ba88a3e409d0ca8e99db0de /crypto/chacha | |
parent | .travis.yml: add pair of linux-ppc64le targets. (diff) | |
download | openssl-13f6857db107b1b6f68daa7fc4a6dd1293428bb1.tar.xz openssl-13f6857db107b1b6f68daa7fc4a6dd1293428bb1.zip |
PPC assembly pack: add POWER9 results.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/chacha')
-rwxr-xr-x | crypto/chacha/asm/chacha-ppc.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/chacha/asm/chacha-ppc.pl b/crypto/chacha/asm/chacha-ppc.pl index f972ee471a..af2f037c15 100755 --- a/crypto/chacha/asm/chacha-ppc.pl +++ b/crypto/chacha/asm/chacha-ppc.pl @@ -27,6 +27,7 @@ # PPC970/G5 9.29/+160% 4.60 # POWER7 8.62/+61% 4.27 # POWER8 8.70/+51% 3.96 +# POWER9 6.61/+29% 3.67 $flavour = shift; |