summaryrefslogtreecommitdiff
path: root/gmp.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-11-17 23:59:01 +0100
committerKevin Ryde <user42@zip.com.au>2001-11-17 23:59:01 +0100
commit940038d866ccb764ead1b96641b3ce55501cc5b5 (patch)
tree3645250416f32f030b504f8078ea44af04a9b7f6 /gmp.texi
parentbb66f544ded8e9e9a43e9d122962d9f934131ed1 (diff)
downloadgmp-940038d866ccb764ead1b96641b3ce55501cc5b5.tar.gz
* configure.in (--enable-fft): Make this the default.
* gmp.texi (Build Options): Update.
Diffstat (limited to 'gmp.texi')
-rw-r--r--gmp.texi9
1 files changed, 4 insertions, 5 deletions
diff --git a/gmp.texi b/gmp.texi
index 205f729b6..483844b15 100644
--- a/gmp.texi
+++ b/gmp.texi
@@ -878,12 +878,11 @@ default. @xref{Custom Allocation}.
An additional choice @samp{--enable-alloca=debug} is available, to help when
debugging memory related problems (@pxref{Debugging}).
-@item FFT Multiplication, @option{--enable-fft}
+@item FFT Multiplication, @option{--disable-fft}
-By default multiplications are done using Karatsuba and 3-way Toom-Cook
-algorithms, but a Fermat FFT can be enabled, for use on large to very large
-operands. Currently the FFT is recommended only for knowledgeable users who
-check the algorithm thresholds for their system.
+By default multiplications are done using Karatsuba, 3-way Toom-Cook, and
+Fermat FFT. The FFT is only used on large to very large operands and can be
+disabled to save code size if desired.
@item Berkeley MP, @option{--enable-mpbsd}