diff options
author | Andy Polyakov <appro@openssl.org> | 2007-05-10 09:34:50 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-05-10 09:34:50 +0200 |
commit | 308595638a32b3f8fe7e4823c227bdc795f6480c (patch) | |
tree | 318efb83e7e036b06e0556cfcac2d5bc9b001313 /crypto/sha | |
parent | Commentary updates to SHA for sparcv9. (diff) | |
download | openssl-308595638a32b3f8fe7e4823c227bdc795f6480c.tar.xz openssl-308595638a32b3f8fe7e4823c227bdc795f6480c.zip |
Mention Core2 in sha1-x86_64.
Diffstat (limited to 'crypto/sha')
-rwxr-xr-x | crypto/sha/asm/sha1-x86_64.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha1-x86_64.pl b/crypto/sha/asm/sha1-x86_64.pl index f3cb1347fb..93a4f01796 100755 --- a/crypto/sha/asm/sha1-x86_64.pl +++ b/crypto/sha/asm/sha1-x86_64.pl @@ -26,7 +26,8 @@ # # gcc 3.4 32-bit asm cycles/byte # Opteron +45% +20% 6.8 -# Xeon +65% +0% 9.9 +# Xeon P4 +65% +0% 9.9 +# Core2 +60% +10% 8.8 $output=shift; |