wbhart
|
551c1066fa
|
Added #include "config.h" in all tests which needed it.
|
2012-10-18 20:14:58 +00: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
|
b874101b6e
|
Removed symbol conflicts of the form n_blah, with flint.
|
2012-10-17 22:27:11 +00:00 |
|
wbhart
|
2b1a8882d8
|
Made fft multiplication tests do something non-trivial when past fft threshold
|
2012-10-17 21:59:25 +00:00 |
|
gladman
|
eb99feda69
|
put config.h include back in misc.c
|
2012-10-13 12:17:28 +00:00 |
|
gladman
|
0159a17f2e
|
reduce dependence on config.h in tests
|
2012-10-13 10:17:22 +00:00 |
|
gladman
|
680b95d672
|
remove config.h from tests that do not appear to require this
|
2012-10-13 07:42:21 +00:00 |
|
wbhart
|
9d90f9c742
|
Further attempt to fix the intmax_t issue in mpirxx.h.
|
2012-10-12 20:01:18 +00:00 |
|
wbhart
|
4c896b5e2f
|
Changed -INTMAX_MIN to INTMAX_MIN in t-set_sx.c.
|
2012-09-28 22:22:18 +00:00 |
|
wbhart
|
e75c271a3f
|
Fixed missing includes in t-next_likely_prime.c and t-rand.c.
|
2012-09-28 16:17:18 +00:00 |
|
wbhart
|
a4cd5f75a1
|
autoconf -i after adding tests/fft.
|
2012-09-27 20:46:32 +00:00 |
|
wbhart
|
942def5229
|
Added tests/fft to test directories.
|
2012-09-27 20:44:33 +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
|
f54e4ededd
|
change some longs to mpir_si in tests
|
2012-08-22 09:52:01 +00:00 |
|
gladman
|
4131e0f9fd
|
replace a few missed longs with mpir_si/mpir_ui types
|
2012-07-29 19:10:32 +00:00 |
|
gladman
|
c67430f35f
|
commit changes to remove conflicts after merge from trunk
|
2012-07-27 08:16:21 +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
|
4e25b3eaef
|
sumdiff try test unconditionally
|
2012-03-10 21:46:44 +00:00 |
|
gladman
|
fb616eed78
|
Change gmp_ui/gmp_si types to mpir_ui/mpir_si
|
2012-01-24 14:37:16 +00:00 |
|
jasonmoxham
|
fb4e53caf3
|
some ullong defines in tests/t-constat
|
2012-01-20 00:58:38 +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 |
|
jasonmoxham
|
86ab6589b3
|
generic addadd addsub and subadd
|
2012-01-05 23:06:24 +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 |
|
gladman
|
338e5f2984
|
populate new branch
|
2011-12-16 19:47:56 +00:00 |
|
jasonmoxham
|
e81bf4ac96
|
run in devel regen and setverion
|
2011-12-05 07:18:14 +00:00 |
|
jasonmoxham
|
97d24b5ad2
|
crlf removal
|
2011-12-05 07:07:44 +00:00 |
|
gladman
|
64a4bcb95f
|
1. revert mpz_nexxt_likely_prime to previous API
2. add miller_rabin.c implementing a thread safe version of Miller-Rabin
|
2011-12-04 18:43:13 +00:00 |
|
gladman
|
066ba97645
|
change gmp_h.in to reflect mpz_next_likely_prime API change
|
2011-11-23 15:03:41 +00:00 |
|
gladman
|
317f0a5965
|
bring new code in mpz.next_likely_prime into use and add a test
|
2011-11-23 12:51:46 +00:00 |
|
gladman
|
dcc1656584
|
Add missed tests for new GCD code
|
2011-10-14 11:19:25 +00:00 |
|
gladman
|
1cff180492
|
|
2011-10-11 21:23:09 +00:00 |
|
jasonmoxham
|
65b1ec121a
|
removed all use HAVE_HOST , except for timing on the powerpc
|
2011-09-12 01:23:43 +00:00 |
|
jasonmoxham
|
44f0e6f33e
|
corrected wrong ret code
|
2011-09-11 23:33:34 +00:00 |
|
gladman
|
4fb7f44fb0
|
correct FP changes for Windows
|
2011-09-11 23:01:18 +00:00 |
|
jasonmoxham
|
4c893096bf
|
remove obsolete x86_fldcw and x86_fstcw that change rounding modes
|
2011-09-11 21:00:43 +00:00 |
|
jasonmoxham
|
c0f53686c5
|
remove all references to GMP_IEEE_FLOATS , thats the only type we support anyway
|
2011-09-11 19:04:40 +00:00 |
|
jasonmoxham
|
9f34508f50
|
correct rounding mode tests and generalize, remove some more have_host's
|
2011-09-11 18:41:46 +00:00 |
|
jasonmoxham
|
0490047f68
|
disable yasm for *.asm and use gas as some functions are slightly faster
|
2011-09-11 13:38:18 +00:00 |
|
jasonmoxham
|
b503fcced2
|
remove pointless differences between old cpus ie k6's
|
2011-08-30 20:41:29 +00:00 |
|
jasonmoxham
|
1cf83265ac
|
remove use of FORCE_DOUBLE ie 80bit floats which are slower now anyway
|
2011-08-17 15:27:10 +00:00 |
|
jasonmoxham
|
f1ec8a275e
|
add half/double test code and correct return values
|
2011-07-13 12:54:47 +00:00 |
|
jasonmoxham
|
5868f23cdd
|
switch all x86_64 asm code from gas/yasm to just yasm
|
2011-06-30 13:48:51 +00:00 |
|