summaryrefslogtreecommitdiff
path: root/mpn/m68k
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-08-31 01:32:22 +0200
committerKevin Ryde <user42@zip.com.au>2002-08-31 01:32:22 +0200
commite362c1c80bad00d220c0dd5916a35cbecbcc3d2e (patch)
tree576b84db322b3721b739e766668ae7b08bcfa5a0 /mpn/m68k
parent43fe6ac65a4a395fb28a6703071d748c6c670065 (diff)
downloadgmp-e362c1c80bad00d220c0dd5916a35cbecbcc3d2e.tar.gz
Add a copyright year, and get the speed comment out of the way.
Diffstat (limited to 'mpn/m68k')
-rw-r--r--mpn/m68k/lshift.asm11
-rw-r--r--mpn/m68k/rshift.asm11
2 files changed, 12 insertions, 10 deletions
diff --git a/mpn/m68k/lshift.asm b/mpn/m68k/lshift.asm
index 48d9539ce..c2daa25e7 100644
--- a/mpn/m68k/lshift.asm
+++ b/mpn/m68k/lshift.asm
@@ -1,10 +1,6 @@
dnl mc68020 mpn_lshift -- mpn left shift.
-dnl
-dnl cycles/limb
-dnl shift==1 shift>1
-dnl 68040: 3.5 9.5
-dnl Copyright 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
+dnl Copyright 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -26,6 +22,11 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
+C cycles/limb
+C shift==1 shift>1
+C 68040: 3.5 9.5
+
+
C INPUT PARAMETERS
C res_ptr (sp + 4)
C s_ptr (sp + 8)
diff --git a/mpn/m68k/rshift.asm b/mpn/m68k/rshift.asm
index a3a32c87a..7d4adb4c2 100644
--- a/mpn/m68k/rshift.asm
+++ b/mpn/m68k/rshift.asm
@@ -1,10 +1,6 @@
dnl mc68020 mpn_rshift -- mpn right shift.
-dnl
-dnl cycles/limb
-dnl shift==1 shift>1
-dnl 68040: 7.0 9.5
-dnl Copyright 1996, 1999, 2000, 2001 Free Software Foundation, Inc.
+dnl Copyright 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -26,6 +22,11 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
+C cycles/limb
+C shift==1 shift>1
+C 68040: 7.0 9.5
+
+
C INPUT PARAMETERS
C res_ptr (sp + 4)
C s_ptr (sp + 8)