summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-06-10 22:25:12 +0200
committerAndy Polyakov <appro@openssl.org>2013-06-10 22:50:23 +0200
commit23966faca466cb863a6831ed4669973a7afe8339 (patch)
tree81df77b8c05021b6f65ea24b4e0f8c4c63d3e36a /crypto/modes
parent514f1a783515e9beb73b759a483c078813cf8ba0 (diff)
ghash-x86_64.pl: add Haswell performance data.
(cherry picked from commit b42759158d8b7e5b23c7a24d11bc7f2194f55007)
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/asm/ghash-x86_64.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl
index f4af85d21b..7904248070 100644
--- a/crypto/modes/asm/ghash-x86_64.pl
+++ b/crypto/modes/asm/ghash-x86_64.pl
@@ -62,6 +62,7 @@
# Westmere 1.76(+14%)
# Sandy Bridge 1.79(+9%)
# Ivy Bridge 1.79(+8%)
+# Haswell 0.55(+93%) (if system doesn't support AVX)
# Bulldozer 1.52(+25%)
# March 2013
@@ -70,9 +71,8 @@
# suggested by Shay Gueron[1]. Even though contemporary AVX-capable
# CPUs such as Sandy and Ivy Bridge can execute it, the code performs
# sub-optimally in comparison to above mentioned version. But thanks
-# to Ilya Albrekht and Max Locktyukhin of Intel Corp. we know that
-# it will perform better on upcoming Haswell processor. [Exact
-# performance numbers to be added at launch.]
+# to Ilya Albrekht and Max Locktyukhin of Intel Corp. we knew that
+# it performs in 0.41 cycles per byte on Haswell processor.
#
# [1] http://rt.openssl.org/Ticket/Display.html?id=2900&user=guest&pass=guest