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/modes/asm | |
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/modes/asm')
-rwxr-xr-x | crypto/modes/asm/ghashp8-ppc.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/modes/asm/ghashp8-ppc.pl b/crypto/modes/asm/ghashp8-ppc.pl index 45c6438497..a1d5789cc8 100755 --- a/crypto/modes/asm/ghashp8-ppc.pl +++ b/crypto/modes/asm/ghashp8-ppc.pl @@ -30,6 +30,7 @@ # 2x aggregated reduction improves performance by 50% (resulting # performance on POWER8 is 1 cycle per processed byte), and 4x # aggregated reduction - by 170% or 2.7x (resulting in 0.55 cpb). +# POWER9 delivers 0.40 cpb. $flavour=shift; $output =shift; |