summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-23 00:43:35 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-23 00:43:35 +0200
commitc3c17ce9623af81af00c051d1be6ad7dd900c83e (patch)
tree50c89ad6e45e05b7e50602afc8416633e89e35bf /mpn
parent9c5250c3dac9f090c3dd79a64bdeea0df467ce7e (diff)
downloadgmp-c3c17ce9623af81af00c051d1be6ad7dd900c83e.tar.gz
Revert this:
* mpn/x86/udiv.asm, mpn/x86/umul.asm, mpn/x86/k6/mmx/popham.asm, mpn/x86/p6/mmx/popham.asm, mpn/x86/p6/p3mmx/popham.asm, mpn/x86/pentium/com_n.asm, mpn/x86/pentium/mmx/popham.asm, mpn/x86/pentium/logops_n.asm, mpn/x86/pentium/popcount.asm, mpn/x86/pentium/hamdist.asm, mpn/x86/k7/mmx/popham.asm, mpn/x86/pentium4/mmx/popham.asm: Add NAILS_SUPPORT indicators.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/x86/udiv.asm2
-rw-r--r--mpn/x86/umul.asm2
2 files changed, 0 insertions, 4 deletions
diff --git a/mpn/x86/udiv.asm b/mpn/x86/udiv.asm
index e3d9e011d..08db5698e 100644
--- a/mpn/x86/udiv.asm
+++ b/mpn/x86/udiv.asm
@@ -21,8 +21,6 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
-NAILS_SUPPORT(0-31)
-
C mp_limb_t mpn_udiv_qrnnd (mp_limb_t *remptr, mp_limb_t high, mp_limb_t low,
C mp_limb_t divisor);
diff --git a/mpn/x86/umul.asm b/mpn/x86/umul.asm
index 68132063a..8dfbd7f67 100644
--- a/mpn/x86/umul.asm
+++ b/mpn/x86/umul.asm
@@ -21,8 +21,6 @@ dnl Suite 330, Boston, MA 02111-1307, USA.
include(`../config.m4')
-NAILS_SUPPORT(0-31)
-
C mp_limb_t mpn_umul_ppmm (mp_limb_t *lowptr, mp_limb_t m1, mp_limb_t m2);
C