summaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm/ghash-x86_64.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-01-05 23:40:10 +0100
committerAndy Polyakov <appro@openssl.org>2015-01-13 21:42:13 +0100
commit10771e3421ea435623f85304738280415d6b55c7 (patch)
tree43e5fa35f8681516e4500ef50fb928b5c2b6f436 /crypto/modes/asm/ghash-x86_64.pl
parent36f694e09add27e5619abab9de2bbb0b6bf61037 (diff)
Add Broadwell performance results.
Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit b3d7294976c58e0e05d0ee44a0e7c9c3b8515e05)
Diffstat (limited to 'crypto/modes/asm/ghash-x86_64.pl')
-rw-r--r--crypto/modes/asm/ghash-x86_64.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl
index ce7d1cb8ba..6e656ca13b 100644
--- a/crypto/modes/asm/ghash-x86_64.pl
+++ b/crypto/modes/asm/ghash-x86_64.pl
@@ -63,6 +63,7 @@
# Sandy Bridge 1.80(+8%)
# Ivy Bridge 1.80(+7%)
# Haswell 0.55(+93%) (if system doesn't support AVX)
+# Broadwell 0.45(+110%)(if system doesn't support AVX)
# Bulldozer 1.49(+27%)
# Silvermont 2.88(+13%)
@@ -73,7 +74,8 @@
# 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 knew that
-# it performs in 0.41 cycles per byte on Haswell processor.
+# it performs in 0.41 cycles per byte on Haswell processor, and in
+# 0.29 on Broadwell.
#
# [1] http://rt.openssl.org/Ticket/Display.html?id=2900&user=guest&pass=guest