summaryrefslogtreecommitdiff
path: root/mpn/x86/k6/k62mmx/rshift.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/k6/k62mmx/rshift.asm')
-rw-r--r--mpn/x86/k6/k62mmx/rshift.asm9
1 files changed, 4 insertions, 5 deletions
diff --git a/mpn/x86/k6/k62mmx/rshift.asm b/mpn/x86/k6/k62mmx/rshift.asm
index f47510bc6..daaff0fe7 100644
--- a/mpn/x86/k6/k62mmx/rshift.asm
+++ b/mpn/x86/k6/k62mmx/rshift.asm
@@ -1,9 +1,6 @@
dnl AMD K6-2 mpn_rshift -- mpn right shift.
-dnl
-dnl K6-2: 1.75 cycles/limb
-
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -22,10 +19,12 @@ dnl License along with the GNU MP Library; see the file COPYING.LIB. If
dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
dnl Suite 330, Boston, MA 02111-1307, USA.
-
include(`../config.m4')
+C K6-2: 1.75 cycles/limb
+
+
C mp_limb_t mpn_rshift (mp_ptr dst, mp_srcptr src, mp_size_t size,
C unsigned shift);
C