Commit Graph

20 Commits

Author SHA1 Message Date
William Hart
d9e4276c7d Reduce memory usage of two fft tests, so ulimit doesn't have to be changed on
openbsd.
2015-06-11 00:19:08 +00:00
William Hart
acd49c3818 INCLUDES -> AM_CPPFLAGS as per autoreconf advice. 2015-06-09 17:21:21 +00:00
William Hart
33c8ccc034 Ran autoreconf -fiv --no-recursive. 2015-06-09 15:50:53 +00:00
William Hart
636ce4f666 Fix some more compiler warnings. 2014-06-16 14:48:10 +01:00
William Hart
7e5589a8bb Ran autoreconf -i to change autotools versions to those of development machine. 2014-02-04 13:40:51 +00:00
Jean-Pierre Flori
d222af9e8c Ran "autoreconf -fi" and put back correct config.(guess|sub) files. 2013-07-31 14:51:32 +02:00
wbhart
70fc2bb3a0 (i)fft_blah => mpir_(i)fft_blah, n_revbin => mpir_revbin, fermat_to_mpz =>
mpir_fermat_to_mpz, random_fermat => mpir_random_fermat. Moved fft protos
to gmp-impl.h.
2012-10-18 16:29:08 +00:00
wbhart
2b1a8882d8 Made fft multiplication tests do something non-trivial when past fft threshold 2012-10-17 21:59:25 +00:00
wbhart
72913185ba Autoreconf -i after filename updates. 2012-09-27 20:21:45 +00:00
gladman
944355c8a1 change 'truncate' in file names AND symbols with 'trunc' (except in mpn_invert_truncate) 2012-09-27 20:00:46 +00:00
gladman
f629c5ce4f convert mpn_mulmod_2expp1 to mpn_mulmod_Bexpp1 and remove test of the original version 2012-07-19 13:01:13 +00:00
gladman
6efedb9b50 Add latest bugfix to FFT code 2012-06-05 14:09:03 +00:00
jasonmoxham
325214f609 some more 2012-01-20 00:20:50 +00:00
jasonmoxham
467c6db8d4 update makefiles and configuree for fft dir 2012-01-20 00:11:55 +00:00
gladman
1253dff171 Final integration of Bills new FFT code 2012-01-10 16:26:07 +00:00
gladman
3b64d4ef29 add square tests 2012-01-07 11:59:43 +00:00
gladman
6552b675b8 correct rename error and change errors outputs to output limbs correctly 2012-01-06 22:35:39 +00:00
gladman
a857a7fa15 FFT name changes and tuning 2012-01-06 18:37:11 +00:00
gladman
748eceec15 minor change in printf output 2012-01-05 18:50:17 +00:00
gladman
4cc826df20 commit FFT test source code 2012-01-05 17:02:39 +00:00