ghash-x86[_64].pl: add due credit.
authorAndy Polyakov <appro@openssl.org>
Thu, 13 May 2010 17:21:52 +0000 (17:21 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 13 May 2010 17:21:52 +0000 (17:21 +0000)
crypto/modes/asm/ghash-x86.pl
crypto/modes/asm/ghash-x86_64.pl

index d93b675809fd083ad48f84f86910eca22ebf3e74..c21664e53c2639c871c1cbe1d510cd30646e23b1 100644 (file)
 # setup, as well as code size and complexity increase. As even
 # optimistic estimate doesn't promise 30% performance improvement,
 # there are currently no plans to increase Naggr.
+#
+# Special thanks to David Woodhouse <dwmw2@infradead.org> for
+# providing access to a Westmere-based system on behalf of Intel
+# Open Source Technology Centre.
 
 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 push(@INC,"${dir}","${dir}../../perlasm");
index 7811a98874cd915ef2d4a5f224b776fccb85bd9b..d8c5913c67e342f77207a99e69486fddf79e4536 100644 (file)
 # Add PCLMULQDQ version performing at 2.07 cycles per processed byte.
 # See ghash-x86.pl for background information and details about coding
 # techniques.
+#
+# Special thanks to David Woodhouse <dwmw2@infradead.org> for
+# providing access to a Westmere-based system on behalf of Intel
+# Open Source Technology Centre.
 
 $flavour = shift;
 $output  = shift;