summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-05-13 17:21:52 +0000
committerAndy Polyakov <appro@openssl.org>2010-05-13 17:21:52 +0000
commit1aa8a6297c600f3ef13895df887691a3ca244ab6 (patch)
tree7bdd4dc94c743db6bd454fcab4e55db25c177318 /crypto
parentc1f092d14e22e9cb3d067fdc8574042845695212 (diff)
ghash-x86[_64].pl: add due credit.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/modes/asm/ghash-x86.pl4
-rw-r--r--crypto/modes/asm/ghash-x86_64.pl4
2 files changed, 8 insertions, 0 deletions
diff --git a/crypto/modes/asm/ghash-x86.pl b/crypto/modes/asm/ghash-x86.pl
index d93b675809..c21664e53c 100644
--- a/crypto/modes/asm/ghash-x86.pl
+++ b/crypto/modes/asm/ghash-x86.pl
@@ -94,6 +94,10 @@
# 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");
diff --git a/crypto/modes/asm/ghash-x86_64.pl b/crypto/modes/asm/ghash-x86_64.pl
index 7811a98874..d8c5913c67 100644
--- a/crypto/modes/asm/ghash-x86_64.pl
+++ b/crypto/modes/asm/ghash-x86_64.pl
@@ -25,6 +25,10 @@
# 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;