aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc4
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-06-28 12:36:10 +0000
committerAndy Polyakov <appro@openssl.org>2011-06-28 12:36:10 +0000
commita908b711ac0ee74b2005a3e84e5099acbaecee60 (patch)
treef28e6d6a025c2f9ad93a0f9160bd1ed1b11a69b9 /crypto/rc4
parent2036c9a59a6cb6e085d675d7ab26eb41bcbacdba (diff)
downloadopenssl-a908b711ac0ee74b2005a3e84e5099acbaecee60.zip
openssl-a908b711ac0ee74b2005a3e84e5099acbaecee60.tar.gz
openssl-a908b711ac0ee74b2005a3e84e5099acbaecee60.tar.bz2
rc4-586.pl: add Atom performance results.
Diffstat (limited to 'crypto/rc4')
-rw-r--r--crypto/rc4/asm/rc4-586.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/rc4/asm/rc4-586.pl b/crypto/rc4/asm/rc4-586.pl
index 4b8bc78..84f1a79 100644
--- a/crypto/rc4/asm/rc4-586.pl
+++ b/crypto/rc4/asm/rc4-586.pl
@@ -31,7 +31,8 @@
# May 2011
#
# Optimize for Core2 and Westmere [and incidentally Opteron]. Current
-# performance in cycles per processed byte (less is better) is:
+# performance in cycles per processed byte (less is better) and
+# improvement relative to previous version of this module is:
#
# Pentium 10.2 # original numbers
# Pentium III 7.8(*)
@@ -41,6 +42,7 @@
# Core2 5.3/+67%(**)
# Westmere 5.1/+94%(**)
# Sandy Bridge 5.0/+8%
+# Atom 12.6/+6%
#
# (*) PIII can actually deliver 6.6 cycles per byte with MMX code,
# but this specific code performs poorly on Core2. And vice