summaryrefslogtreecommitdiff
path: root/mpn/x86/p6/dive_1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/p6/dive_1.asm')
-rw-r--r--mpn/x86/p6/dive_1.asm9
1 files changed, 5 insertions, 4 deletions
diff --git a/mpn/x86/p6/dive_1.asm b/mpn/x86/p6/dive_1.asm
index 478781d28..d512762d7 100644
--- a/mpn/x86/p6/dive_1.asm
+++ b/mpn/x86/p6/dive_1.asm
@@ -1,9 +1,6 @@
dnl Intel P6 mpn_modexact_1_odd -- exact division style remainder.
-dnl
-dnl odd even divisor
-dnl P6: 10.0 12.0 cycles/limb
-dnl Copyright 2001 Free Software Foundation, Inc.
+dnl Copyright 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -25,6 +22,10 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
+C odd even divisor
+C P6: 10.0 12.0 cycles/limb
+
+
C void mpn_divexact_1 (mp_ptr dst, mp_srcptr src, mp_size_t size,
C mp_limb_t divisor);
C