summaryrefslogtreecommitdiff
path: root/mpn/x86/pentium/rshift.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/pentium/rshift.asm')
-rw-r--r--mpn/x86/pentium/rshift.asm13
1 files changed, 6 insertions, 7 deletions
diff --git a/mpn/x86/pentium/rshift.asm b/mpn/x86/pentium/rshift.asm
index c50f2f924..6d8f14d71 100644
--- a/mpn/x86/pentium/rshift.asm
+++ b/mpn/x86/pentium/rshift.asm
@@ -1,11 +1,6 @@
dnl Intel Pentium mpn_rshift -- mpn right shift.
-dnl
-dnl cycles/limb
-dnl P5,P54: 6.0
-dnl P55: 5.375
-
-dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000 Free Software
+dnl Copyright 1992, 1994, 1995, 1996, 1999, 2000, 2002 Free Software
dnl Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
@@ -25,10 +20,14 @@ 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 cycles/limb
+C P5,P54: 6.0
+C P55: 5.375
+
+
C mp_limb_t mpn_rshift (mp_ptr dst, mp_srcptr src, mp_size_t size,
C unsigned shift);
C