summaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-05-09 12:24:05 +0200
committerAndy Polyakov <appro@openssl.org>2018-05-10 11:44:21 +0200
commit13f6857db107b1b6f68daa7fc4a6dd1293428bb1 (patch)
tree0d2ed90ee0160b2d5ba88a3e409d0ca8e99db0de /crypto/modes/asm
parent.travis.yml: add pair of linux-ppc64le targets. (diff)
downloadopenssl-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-xcrypto/modes/asm/ghashp8-ppc.pl1
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;