summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-11-15 19:46:45 +0100
committertege <tege@gmplib.org>2001-11-15 19:46:45 +0100
commit80e6451a63a257436fe7e57acdeac7e0da3066ba (patch)
tree2f112d9c63201133839f10c7888fe866fcdcd376 /mpn
parent063a416b5685fa0bdd86fd31b4f84595fe157735 (diff)
downloadgmp-80e6451a63a257436fe7e57acdeac7e0da3066ba.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/ia64/lorrshift.asm4
-rw-r--r--mpn/m68k/lshift.asm2
-rw-r--r--mpn/powerpc32/addmul_1.asm2
-rw-r--r--mpn/vax/lshift.s4
-rw-r--r--mpn/vax/rshift.s4
-rw-r--r--mpn/x86/k6/diveby3.asm2
-rw-r--r--mpn/x86/k6/mmx/logops_n.asm2
-rw-r--r--mpn/x86/k7/mmx/divrem_1.asm2
-rw-r--r--mpn/x86/k7/mul_basecase.asm2
-rw-r--r--mpn/x86/k7/sqr_basecase.asm2
-rw-r--r--mpn/x86/mod_1.asm2
11 files changed, 14 insertions, 14 deletions
diff --git a/mpn/ia64/lorrshift.asm b/mpn/ia64/lorrshift.asm
index 20d85bf6a..b5467541e 100644
--- a/mpn/ia64/lorrshift.asm
+++ b/mpn/ia64/lorrshift.asm
@@ -1,6 +1,6 @@
dnl IA-64 mpn_Xshift.
-dnl Copyright (C) 2000 Free Software Foundation, Inc.
+dnl Copyright (C) 2000, 2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
@@ -23,7 +23,7 @@ include(`../config.m4')
C This code runs at 2 cycles/limb for large operands on the Itanium. It needs
C a very deep software pipeline, since shl/shr.u have a 4 cycle latency. The
-C main loop here is not great, it is oversheduled with respect to the shr.u
+C main loop here is not great; it is oversheduled with respect to the shr.u
C instructions, and this actually turns out to give considerably more complex
C wind down code. The code runs slowly for operands with <= 8 limbs, since we
C have a non-scheduled loop for that case. We also have a primitive loop for
diff --git a/mpn/m68k/lshift.asm b/mpn/m68k/lshift.asm
index d6ff7d305..e09dcd132 100644
--- a/mpn/m68k/lshift.asm
+++ b/mpn/m68k/lshift.asm
@@ -4,7 +4,7 @@ dnl cycles/limb
dnl shift==1 shift>1
dnl 68040: 3.5 9.5
-dnl Copyright 1996, 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/powerpc32/addmul_1.asm b/mpn/powerpc32/addmul_1.asm
index 4becb819f..8356e3e41 100644
--- a/mpn/powerpc32/addmul_1.asm
+++ b/mpn/powerpc32/addmul_1.asm
@@ -1,7 +1,7 @@
dnl PowerPC-32 mpn_addmul_1 -- Multiply a limb vector with a limb and add
dnl the result to a second limb vector.
-dnl Copyright 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
+dnl Copyright 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/vax/lshift.s b/mpn/vax/lshift.s
index 96a471c5c..401b48aa1 100644
--- a/mpn/vax/lshift.s
+++ b/mpn/vax/lshift.s
@@ -1,6 +1,6 @@
-# VAX __gmpn_lshift -- left shift.
+# VAX mpn_lshift -- left shift.
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/rshift.s b/mpn/vax/rshift.s
index 9cf1e0012..4cdbb8670 100644
--- a/mpn/vax/rshift.s
+++ b/mpn/vax/rshift.s
@@ -1,6 +1,6 @@
-# VAX __gmpn_rshift -- right shift.
+# VAX mpn_rshift -- right shift.
-# Copyright 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/x86/k6/diveby3.asm b/mpn/x86/k6/diveby3.asm
index 0922868ae..9d5f2cf3c 100644
--- a/mpn/x86/k6/diveby3.asm
+++ b/mpn/x86/k6/diveby3.asm
@@ -3,7 +3,7 @@ dnl
dnl K6: 11.0 cycles/limb
-dnl Copyright 2000 Free Software Foundation, Inc.
+dnl Copyright 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/x86/k6/mmx/logops_n.asm b/mpn/x86/k6/mmx/logops_n.asm
index cf73e7bd6..ef0c5c600 100644
--- a/mpn/x86/k6/mmx/logops_n.asm
+++ b/mpn/x86/k6/mmx/logops_n.asm
@@ -13,7 +13,7 @@ dnl K6 2.0 2.0 2.25 2.25 2.25 2.25 2.0 2.0 iorn,xnor
dnl K6 2.0 2.25 2.25 2.25 2.25 2.25 2.25 2.0 nand,nior
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/x86/k7/mmx/divrem_1.asm b/mpn/x86/k7/mmx/divrem_1.asm
index 75eca0835..5fce5a2ea 100644
--- a/mpn/x86/k7/mmx/divrem_1.asm
+++ b/mpn/x86/k7/mmx/divrem_1.asm
@@ -3,7 +3,7 @@ dnl
dnl K7: 17.0 cycles/limb integer part, 15.0 cycles/limb fraction part.
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/x86/k7/mul_basecase.asm b/mpn/x86/k7/mul_basecase.asm
index 1196efbc1..03b5c362b 100644
--- a/mpn/x86/k7/mul_basecase.asm
+++ b/mpn/x86/k7/mul_basecase.asm
@@ -4,7 +4,7 @@ dnl K7: approx 4.42 cycles per cross product at around 20x20 limbs (16
dnl limbs/loop unrolling).
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/x86/k7/sqr_basecase.asm b/mpn/x86/k7/sqr_basecase.asm
index e50663522..8f20ea11d 100644
--- a/mpn/x86/k7/sqr_basecase.asm
+++ b/mpn/x86/k7/sqr_basecase.asm
@@ -5,7 +5,7 @@ dnl (measured on the speed difference between 25 and 50 limbs, which is
dnl roughly the Karatsuba recursing range).
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/x86/mod_1.asm b/mpn/x86/mod_1.asm
index 63854b755..4a96f0b49 100644
--- a/mpn/x86/mod_1.asm
+++ b/mpn/x86/mod_1.asm
@@ -8,7 +8,7 @@ dnl K6 20
dnl K7 41
dnl P4 58
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl