summaryrefslogtreecommitdiff
path: root/mpn/x86/aorsmul_1.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/aorsmul_1.asm')
-rw-r--r--mpn/x86/aorsmul_1.asm22
1 files changed, 11 insertions, 11 deletions
diff --git a/mpn/x86/aorsmul_1.asm b/mpn/x86/aorsmul_1.asm
index 8d90fe5c2..696956a7e 100644
--- a/mpn/x86/aorsmul_1.asm
+++ b/mpn/x86/aorsmul_1.asm
@@ -1,15 +1,8 @@
dnl x86 __gmpn_addmul_1 (for 386 and 486) -- Multiply a limb vector with a
dnl limb and add the result to a second limb vector.
-dnl
-dnl cycles/limb
-dnl P5: 14.75
-dnl P6: 7.5
-dnl K6: 12.5
-dnl K7: 5.25
-dnl P4: 24
-
-dnl Copyright 1992, 1994, 1997, 1999, 2000, 2001 Free Software Foundation,
-dnl Inc.
+
+dnl Copyright 1992, 1994, 1997, 1999, 2000, 2001, 2002 Free Software
+dnl Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -28,10 +21,17 @@ 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: 14.75
+C P6: 7.5
+C K6: 12.5
+C K7: 5.25
+C P4: 24
+
+
ifdef(`OPERATION_addmul_1',`
define(M4_inst, addl)
define(M4_function_1, mpn_addmul_1)