summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/asm/rc4-x86_64.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-06-12 14:18:21 +0000
committerAndy Polyakov <appro@openssl.org>2012-06-12 14:18:21 +0000
commitd2e1803197477e0ef19735ff976a75284cb2fe70 (patch)
tree50f2924b836550faed372b7ad2f38f17a5271bb9 /crypto/rc4/asm/rc4-x86_64.pl
parent4b9e0b5f742141b69d391bd3db86659243c19be2 (diff)
x86[_64] assembly pack: update benchmark results.
Diffstat (limited to 'crypto/rc4/asm/rc4-x86_64.pl')
-rwxr-xr-xcrypto/rc4/asm/rc4-x86_64.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl
index e18e8a0008..de2e13dcf2 100755
--- a/crypto/rc4/asm/rc4-x86_64.pl
+++ b/crypto/rc4/asm/rc4-x86_64.pl
@@ -92,6 +92,9 @@
# Westmere 4.2/+60%
# Sandy Bridge 4.2/+120%
# Atom 9.3/+80%
+# VIA Nano 6.4/+4%
+# Ivy Bridge 4.1/+30%
+# Bulldozer 4.5/+30%(*)
#
# (*) But corresponding loop has less instructions, which should have
# positive effect on upcoming Bulldozer, which has one less ALU.