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/aes | |
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/aes')
-rwxr-xr-x | crypto/aes/asm/aesp8-ppc.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aes/asm/aesp8-ppc.pl b/crypto/aes/asm/aesp8-ppc.pl index 7463df6c17..e1be23ab75 100755 --- a/crypto/aes/asm/aesp8-ppc.pl +++ b/crypto/aes/asm/aesp8-ppc.pl @@ -40,6 +40,7 @@ # CBC en-/decrypt CTR XTS # POWER8[le] 3.96/0.72 0.74 1.1 # POWER8[be] 3.75/0.65 0.66 1.0 +# POWER9[le] 3.05/0.65 0.65 0.80 $flavour = shift; |