summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/ia64.S
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-06-15 12:08:35 -0400
committerRich Salz <rsalz@openssl.org>2017-06-30 12:01:54 -0400
commitdcf6e50f48e6bab92dcd2dacb27fc17c0de34199 (patch)
tree30c789078be5c199283baa4dec1f94c0185c8c91 /crypto/bn/asm/ia64.S
parent5407338a8828292f5c724844f8a1e4a2214391c4 (diff)
Merge Intel copyright notice into standard
This is done with the kind permission of Intel. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3813)
Diffstat (limited to 'crypto/bn/asm/ia64.S')
-rw-r--r--crypto/bn/asm/ia64.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/bn/asm/ia64.S b/crypto/bn/asm/ia64.S
index f2404a3c1e..abc11000c4 100644
--- a/crypto/bn/asm/ia64.S
+++ b/crypto/bn/asm/ia64.S
@@ -1529,9 +1529,8 @@ bn_div_words:
// output: f8 = (int)(a/b)
// clobbered: f8,f9,f10,f11,pred
pred=p15
-// One can argue that this snippet is copyrighted to Intel
-// Corporation, as it's essentially identical to one of those
-// found in "Divide, Square Root and Remainder" section at
+// This snippet is based on text found in the "Divide, Square
+// Root and Remainder" section at
// http://www.intel.com/software/products/opensource/libraries/num.htm.
// Yes, I admit that the referred code was used as template,
// but after I realized that there hardly is any other instruction