[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Andy Polyakov
appro at openssl.org
Fri Nov 11 12:26:10 UTC 2016
The branch OpenSSL_1_1_0-stable has been updated
via 1cb83aff0e7e27f027fbe4fdf1b6c101ce4cff00 (commit)
from 1b8055a18387ed93987df868f87df62b713922c1 (commit)
- Log -----------------------------------------------------------------
commit 1cb83aff0e7e27f027fbe4fdf1b6c101ce4cff00
Author: Andy Polyakov <appro at openssl.org>
Date: Tue Nov 8 21:48:34 2016 +0100
PPC assembler pack: add some PPC970/G5 performance data.
Reviewed-by: Rich Salz <rsalz at openssl.org>
(cherry picked from commit cebb186989067b39fca6ebc378e4957408f6e701)
-----------------------------------------------------------------------
Summary of changes:
crypto/aes/asm/vpaes-ppc.pl | 3 ++-
crypto/chacha/asm/chacha-ppc.pl | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/crypto/aes/asm/vpaes-ppc.pl b/crypto/aes/asm/vpaes-ppc.pl
index 7f81209..bb38fbe 100644
--- a/crypto/aes/asm/vpaes-ppc.pl
+++ b/crypto/aes/asm/vpaes-ppc.pl
@@ -21,7 +21,8 @@
# 128-bit key.
#
# aes-ppc.pl this
-# G4e 35.5/52.1/(23.8) 11.9(*)/15.4
+# PPC74x0/G4e 35.5/52.1/(23.8) 11.9(*)/15.4
+# PPC970/G5 37.9/55.0/(28.5) 22.2/28.5
# POWER6 42.7/54.3/(28.2) 63.0/92.8(**)
# POWER7 32.3/42.9/(18.4) 18.5/23.3
#
diff --git a/crypto/chacha/asm/chacha-ppc.pl b/crypto/chacha/asm/chacha-ppc.pl
index 8a54cba..181decd 100755
--- a/crypto/chacha/asm/chacha-ppc.pl
+++ b/crypto/chacha/asm/chacha-ppc.pl
@@ -23,7 +23,8 @@
# IALU/gcc-4.x 3xAltiVec+1xIALU
#
# Freescale e300 13.6/+115% -
-# PPC74x0 6.81/+310% 4.66
+# PPC74x0/G4e 6.81/+310% 4.66
+# PPC970/G5 9.29/+160% 4.60
# POWER7 8.62/+61% 4.27
# POWER8 8.70/+51% 3.96
More information about the openssl-commits
mailing list