summaryrefslogtreecommitdiff
path: root/gmp.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-08 00:13:19 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-08 00:13:19 +0200
commitf52a8191cac0a9319f8e8204324bad2aef4dbef5 (patch)
tree42ccd542cc9bd342f799740687c2141521f31fc9 /gmp.texi
parentb4e7a6bd5b6bd0a99bd9c666dbffc07866620ba5 (diff)
downloadgmp-f52a8191cac0a9319f8e8204324bad2aef4dbef5.tar.gz
* configure.in (mips*-*-irix[6789]*): Make ABI=n32 the default, same
as in gmp 3.1. * gmp.texi (ABI and ISA): Update.
Diffstat (limited to 'gmp.texi')
-rw-r--r--gmp.texi21
1 files changed, 11 insertions, 10 deletions
diff --git a/gmp.texi b/gmp.texi
index 1629f6ca2..f4ac157c5 100644
--- a/gmp.texi
+++ b/gmp.texi
@@ -961,16 +961,6 @@ CPU. In both these ABIs GMP uses a 64-bit limb. A new enough @command{gcc}
is required (2.95 for instance).
@table @asis
-@item @samp{ABI=64}
-
-The 64-bit ABI is 64-bit pointers and integers. Applications must be compiled
-with
-
-@example
-gcc -mabi=64
-cc -64
-@end example
-
@item @samp{ABI=n32}
The n32 ABI is 32-bit pointers and integers, but with a 64-bit limb using a
@@ -980,6 +970,16 @@ The n32 ABI is 32-bit pointers and integers, but with a 64-bit limb using a
gcc -mabi=n32
cc -n32
@end example
+
+@item @samp{ABI=64}
+
+The 64-bit ABI is 64-bit pointers and integers. Applications must be compiled
+with
+
+@example
+gcc -mabi=64
+cc -64
+@end example
@end table
Note that MIPS GNU/Linux, as of kernel version 2.2, doesn't have the necessary
@@ -5868,6 +5868,7 @@ multi-precision multiplication. This is @ma{O(N^2)} and is certainly
sub-optimal on sizes above the Karatsuba multiply threshold.
+@need 1000
@node Other Algorithms, Assembler Coding, Radix Conversion Algorithms, Algorithms
@section Other Algorithms