[Gmp-commit] /home/hgfiles/gmp: (mpn_mul_fft_full): Disable.

mercurial at gmplib.org mercurial at gmplib.org
Sun Dec 20 21:57:00 CET 2009


details:   /home/hgfiles/gmp/rev/a61a05feb8cb
changeset: 13146:a61a05feb8cb
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sun Dec 20 21:56:57 2009 +0100
description:
(mpn_mul_fft_full): Disable.

diffstat:

 ChangeLog             |  2 ++
 mpn/generic/mul_fft.c |  2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 7e02a6efa052 -r a61a05feb8cb ChangeLog
--- a/ChangeLog	Sun Dec 20 20:01:25 2009 +0100
+++ b/ChangeLog	Sun Dec 20 21:56:57 2009 +0100
@@ -1,5 +1,7 @@
 2009-12-20  Torbjorn Granlund  <tege at gmplib.org>
 
+	* mpn/generic/mul_fft.c (mpn_mul_fft_full): Disable.
+
 	* gmp-impl.h: Define mpn_fft_mul as an alias for mpn_nussbaumer_mul.
 	* mpn/generic/mul.c: Refer Call_fft_mul.
 	* mpn/generic/mul_n.c: Likewise.
diff -r 7e02a6efa052 -r a61a05feb8cb mpn/generic/mul_fft.c
--- a/mpn/generic/mul_fft.c	Sun Dec 20 20:01:25 2009 +0100
+++ b/mpn/generic/mul_fft.c	Sun Dec 20 21:56:57 2009 +0100
@@ -933,6 +933,7 @@
   return h;
 }
 
+#if 0
 /* multiply {n, nl} by {m, ml}, and put the result in {op, nl+ml} */
 void
 mpn_mul_fft_full (mp_ptr op,
@@ -1036,3 +1037,4 @@
   /* since the final result has at most pl limbs, no carry out below */
   mpn_add_1 (op + pl2, op + pl2, pl - pl2, (mp_limb_t) c2);
 }
+#endif


More information about the gmp-commit mailing list