From 308595638a32b3f8fe7e4823c227bdc795f6480c Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 10 May 2007 07:34:50 +0000 Subject: [PATCH] Mention Core2 in sha1-x86_64. --- crypto/sha/asm/sha1-x86_64.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- GitLab