summaryrefslogtreecommitdiff
path: root/mpn/x86/mod_34lsub1.asm
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-03-30 23:20:30 +0100
committerKevin Ryde <user42@zip.com.au>2002-03-30 23:20:30 +0100
commit64d8a4619f996d6d91423e28d1bc6eb8695508c5 (patch)
tree1e1512cdf662ddeb0468cfe9905f93c0b76b0060 /mpn/x86/mod_34lsub1.asm
parent7adb3efb61b771d93fba849454e910333b0997a9 (diff)
downloadgmp-64d8a4619f996d6d91423e28d1bc6eb8695508c5.tar.gz
* mpn/x86/*/*.asm, mpn/powerpc32/*/*.asm, mpn/powerpc64/*/*.asm: Put
speeds after the copyright notice, so as to keep that clear.
Diffstat (limited to 'mpn/x86/mod_34lsub1.asm')
-rw-r--r--mpn/x86/mod_34lsub1.asm19
1 files changed, 10 insertions, 9 deletions
diff --git a/mpn/x86/mod_34lsub1.asm b/mpn/x86/mod_34lsub1.asm
index 928e937a2..d89a2c209 100644
--- a/mpn/x86/mod_34lsub1.asm
+++ b/mpn/x86/mod_34lsub1.asm
@@ -1,13 +1,6 @@
dnl Generic x86 mpn_mod_32lsub1 -- mpn remainder modulo 2^24-1.
-dnl
-dnl cycles/limb
-dnl P5: 3.0
-dnl P6: 3.66
-dnl K6: 3.0
-dnl K7: 1.3
-dnl P4: 9
-
-dnl Copyright 2000, 2001 Free Software Foundation, Inc.
+
+dnl Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -29,6 +22,14 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
+C cycles/limb
+C P5: 3.0
+C P6: 3.66
+C K6: 3.0
+C K7: 1.3
+C P4: 9
+
+
C mp_limb_t mpn_mod_34lsub1 (mp_srcptr src, mp_size_t size)
C