summaryrefslogtreecommitdiff
path: root/mpn/x86/lshift.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/lshift.asm')
-rw-r--r--mpn/x86/lshift.asm25
1 files changed, 12 insertions, 13 deletions
diff --git a/mpn/x86/lshift.asm b/mpn/x86/lshift.asm
index 54cb0cf3b..93f144711 100644
--- a/mpn/x86/lshift.asm
+++ b/mpn/x86/lshift.asm
@@ -1,16 +1,7 @@
dnl x86 mpn_lshift -- mpn left shift.
-dnl
-dnl cycles/limb
-dnl P54: 7.5
-dnl P55: 7.0
-dnl P6: 2.5
-dnl K6: 4.5
-dnl K7: 5.0
-dnl P4: 14.5
-
-
-dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001 Free Software Foundation,
-dnl Inc.
+
+dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002 Free Software
+dnl Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -29,10 +20,18 @@ 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 P54: 7.5
+C P55: 7.0
+C P6: 2.5
+C K6: 4.5
+C K7: 5.0
+C P4: 14.5
+
+
C mp_limb_t mpn_lshift (mp_ptr dst, mp_srcptr src, mp_size_t size,
C unsigned shift);