[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Mon Nov 13 10:13:29 UTC 2017


The branch master has been updated
       via  753316232243ccbf86b96c1c51ffcb41651d9ad5 (commit)
      from  0d2394a8c035c9d1b5a55f1569c1ea9c880b128c (commit)


- Log -----------------------------------------------------------------
commit 753316232243ccbf86b96c1c51ffcb41651d9ad5
Author: Andy Polyakov <appro at openssl.org>
Date:   Sat Nov 11 23:49:16 2017 +0100

    ARMv8 assembly pack: add Qualcomm Kryo results.
    
    [skip ci]
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/aes/asm/aesv8-armx.pl          | 1 +
 crypto/chacha/asm/chacha-armv8.pl     | 1 +
 crypto/modes/asm/ghashv8-armx.pl      | 1 +
 crypto/poly1305/asm/poly1305-armv8.pl | 1 +
 crypto/sha/asm/keccak1600-armv8.pl    | 1 +
 crypto/sha/asm/sha1-armv8.pl          | 1 +
 crypto/sha/asm/sha512-armv8.pl        | 1 +
 7 files changed, 7 insertions(+)

diff --git a/crypto/aes/asm/aesv8-armx.pl b/crypto/aes/asm/aesv8-armx.pl
index 385b31f..8b37cfc 100755
--- a/crypto/aes/asm/aesv8-armx.pl
+++ b/crypto/aes/asm/aesv8-armx.pl
@@ -35,6 +35,7 @@
 # Cortex-A57(*)	1.95		0.85		0.93
 # Denver	1.96		0.86		0.80
 # Mongoose	1.33		1.20		1.20
+# Kryo		1.26		0.94		1.00
 #
 # (*)	original 3.64/1.34/1.32 results were for r0p0 revision
 #	and are still same even for updated module;
diff --git a/crypto/chacha/asm/chacha-armv8.pl b/crypto/chacha/asm/chacha-armv8.pl
index db3776a..4a838bc 100755
--- a/crypto/chacha/asm/chacha-armv8.pl
+++ b/crypto/chacha/asm/chacha-armv8.pl
@@ -28,6 +28,7 @@
 # Denver		4.50/+82%       2.63		2.67(*)
 # X-Gene		9.50/+46%       8.82		8.89(*)
 # Mongoose		8.00/+44%	3.64		3.25
+# Kryo			8.17/+50%	4.83		4.65
 #
 # (*)	it's expected that doubling interleave factor doesn't help
 #	all processors, only those with higher NEON latency and
diff --git a/crypto/modes/asm/ghashv8-armx.pl b/crypto/modes/asm/ghashv8-armx.pl
index a2b0db2..7187d28 100644
--- a/crypto/modes/asm/ghashv8-armx.pl
+++ b/crypto/modes/asm/ghashv8-armx.pl
@@ -33,6 +33,7 @@
 # Cortex-A57	1.17		7.61
 # Denver	0.71		6.02
 # Mongoose	1.10		8.06
+# Kryo		1.16		8.00
 #
 # (*)	presented for reference/comparison purposes;
 
diff --git a/crypto/poly1305/asm/poly1305-armv8.pl b/crypto/poly1305/asm/poly1305-armv8.pl
index 0fc8667..ac06457 100755
--- a/crypto/poly1305/asm/poly1305-armv8.pl
+++ b/crypto/poly1305/asm/poly1305-armv8.pl
@@ -28,6 +28,7 @@
 # Denver	1.64/+50%	1.18(*)
 # X-Gene	2.13/+68%	2.27
 # Mongoose	1.77/+75%	1.12
+# Kryo		2.70/+55%	1.13
 #
 # (*)	estimate based on resources availability is less than 1.0,
 #	i.e. measured result is worse than expected, presumably binary
diff --git a/crypto/sha/asm/keccak1600-armv8.pl b/crypto/sha/asm/keccak1600-armv8.pl
index 6ab28ac..5e4cf77 100755
--- a/crypto/sha/asm/keccak1600-armv8.pl
+++ b/crypto/sha/asm/keccak1600-armv8.pl
@@ -35,6 +35,7 @@
 # Cortex-A57	12
 # X-Gene	14
 # Mongoose	10
+# Kryo		12
 # Denver	7.8
 # Apple A7	7.2
 #
diff --git a/crypto/sha/asm/sha1-armv8.pl b/crypto/sha/asm/sha1-armv8.pl
index 84a00bf..3ba871f 100644
--- a/crypto/sha/asm/sha1-armv8.pl
+++ b/crypto/sha/asm/sha1-armv8.pl
@@ -26,6 +26,7 @@
 # Denver	2.13			3.97 (+0%)(**)
 # X-Gene				8.80 (+200%)
 # Mongoose	2.05			6.50 (+160%)
+# Kryo		1.88			8.00 (+90%)
 #
 # (*)	Software results are presented mostly for reference purposes.
 # (**)	Keep in mind that Denver relies on binary translation, which
diff --git a/crypto/sha/asm/sha512-armv8.pl b/crypto/sha/asm/sha512-armv8.pl
index 88ad44e..a4755e6 100644
--- a/crypto/sha/asm/sha512-armv8.pl
+++ b/crypto/sha/asm/sha512-armv8.pl
@@ -27,6 +27,7 @@
 # Denver	2.01		10.5 (+26%)	6.70 (+8%)
 # X-Gene			20.0 (+100%)	12.8 (+300%(***))
 # Mongoose	2.36		13.0 (+50%)	8.36 (+33%)
+# Kryo		1.92		17.4 (+30%)	11.2 (+8%)
 #
 # (*)	Software SHA256 results are of lesser relevance, presented
 #	mostly for informational purposes.


More information about the openssl-commits mailing list