Commit Graph

365 Commits

Author SHA1 Message Date
wbhart
109cb9403c Merge pull request #2 from KevinBrogan/master
Fix t-locale.c #define used to avoid a test when using mingw64
2014-04-02 20:51:03 +02:00
William Hart
b81eced2bd Avoid a stack overflow on some compilers in test code. 2014-04-02 19:53:53 +01:00
William Hart
99378e63a9 Fix a warning on MinGW64. 2014-04-01 14:05:42 +01:00
William Hart
419ab6703e Fix a pile of compiler warnings on Linux (but sadly not on Windows). 2014-04-01 00:43:06 +01:00
William Hart
de394774a3 Fix a compiler warning under MinGW64. 2014-03-31 21:05:45 +01:00
William Hart
63ed2d06e3 Attempt to fix some compiler warnings on MinGW64. 2014-03-28 17:32:17 +00:00
William Hart
cd1b2e7657 Experiment with correct size_t format specifier. 2014-03-28 16:04:23 +00:00
William Hart
24cec978db Merge remote-tracking branch 'brian/master'
Conflicts:
	tests/cxx/t-assign.cc
2014-03-28 15:02:44 +00:00
William Hart
11327b1554 Added test case for nthroot aliasing and fixed code. 2014-03-28 14:31:23 +00:00
William Hart
ab734ea48c Added atom tuning values. Thanks Jason Preszler. 2014-03-28 12:22:31 +00:00
BrianGladman
0d6b94b63a correct C++ assign test 2014-03-28 08:16:49 +00:00
William Hart
4ff1e2d684 Remove dc_divappr_q_n and renamed fft_negacylic to fft_negacyclic. 2014-03-25 21:17:35 +00:00
William Hart
6ac545e1e7 Renamed next_likely_prime files to next_prime_candidate. 2014-03-25 20:56:21 +00:00
William Hart
1eb21d584f Ran test functions with insufficient whitespace through indent. 2014-03-25 20:43:50 +00:00
William Hart
9cf9b9bbaf Remove gcd_finda.asm and references to it. 2014-03-25 20:14:46 +00:00
William Hart
7e44cf98e7 Added primorial code and test code from GMP/ 2014-02-28 13:49:27 +00:00
William Hart
3b39af2d08 Added mfac_uiui and test code from GMP-5.1.3. 2014-02-28 13:35:36 +00:00
William Hart
abc2bd4b83 Added t-fac_ui test code and changed gmp.h => mpir.h. 2014-02-28 13:19:19 +00:00
William Hart
5548023724 Switch to using both types of precomputed inverse. 2014-02-20 20:21:04 +00:00
William Hart
7e5589a8bb Ran autoreconf -i to change autotools versions to those of development machine. 2014-02-04 13:40:51 +00:00
Kevin Brogan
7d51e5d3d3 Fix t-locale.c #define used to avoid a test when using mingw64
The macro __MINGW64_VERSION_MAJOR is defined even when mingw64 is being used to compile 32 bit versions of software with the -m32 switch.

__MINGW64__ is only defined while compiling 64 bit output.
2013-11-19 19:20:36 -08:00
briangladman
48d48a58d3 change name of mpz_next_likely_prime to mpz_next_prime_candidate 2013-09-02 15:10:16 +01:00
William Hart
0550f973bd Merge remote-tracking branch 'brian/master' 2013-08-06 13:20:09 +01:00
Jean-Pierre Flori
b3438467e6 Ran "autoreconf -fiv --no-recursive". 2013-08-05 00:34:35 +02:00
Jean-Pierre Flori
cd371dfbac Fix bug in t-scan test.
Reported by Daniel R. Grayson and fixed by Leif Leonhardy.
2013-07-31 14:51:42 +02:00
Jean-Pierre Flori
d222af9e8c Ran "autoreconf -fi" and put back correct config.(guess|sub) files. 2013-07-31 14:51:32 +02:00
Brian Gladman
a81efe8936 Update the C++ header file (mpirxx.h) to match GMP
Replace the incorrect INTEL_COMPILER define to __INTEL_COMPILER
2013-04-17 13:54:43 +01:00
William Hart
89acc6b8ce Switch all precomputed inverses to new ones. 2013-04-15 17:39:36 +01:00
William Hart
ae7c8a30b2 Added dc_divappr_q and fixed sb_divappr_q, general code clean up. 2013-04-15 17:16:38 +01:00
William Hart
db729465d7 Added new sb_div_q code, updated some comments and copyright notices. 2013-04-12 21:49:49 +01:00
William Hart
0b033b07f2 Fast sb_divappr_q code. 2013-04-12 17:49:29 +01:00
William Hart
e0922e5ce5 Changed the name of a macro. 2013-04-11 01:43:58 +01:00
William Hart
8655d3b7e0 Tried a new kind of basecase division. 2013-04-09 03:20:58 +01:00
William Hart
f608007fc5 Line endings 2012-11-25 22:33:07 +00:00
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