Commit Graph

181 Commits

Author SHA1 Message Date
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
e0922e5ce5 Changed the name of a macro. 2013-04-11 01:43:58 +01:00
William Hart
44d27e44eb Updated copyright notices. 2013-04-11 01:28:46 +01:00
William Hart
188955ab2a Removed a couple of duplicated macros. 2013-04-11 01:24:45 +01:00
William Hart
e967731486 Move divrem fixup into macro. 2013-04-11 01:05:33 +01:00
William Hart
7b7ffec89c Switched to new divrem basecase. 2013-04-11 00:18:00 +01:00
William Hart
8655d3b7e0 Tried a new kind of basecase division. 2013-04-09 03:20:58 +01:00
gladman
a373abbc93 export a few more DLL symbols on Windows (needed by try). 2012-11-10 19:26:08 +00:00
wbhart
931e8c59fd Moved some more fft prototypes from gmp.h to gmp-impl.h. 2012-10-23 15:18:10 +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
0695935782 Hopefully fixed a bug in my mpn_addmod_2expp1_1 macro. 2012-10-12 23:40:25 +00:00
wbhart
3b68dc2fb8 Replaced inline with macro. 2012-10-12 23:24:57 +00:00
wbhart
accd90893f Changed a GMP_EXTERN_INLINE to __inline__/__inline. 2012-10-12 23:12:06 +00:00
gladman
eb3d0f71f7 Extend the speed and try programs on Windows to work with MPIR DLL libraries. 2012-10-02 16:23:40 +00:00
gladman
eb8349e807 revert gmp-impl.h 2012-10-02 15:14:31 +00:00
gladman
61efcc3bf1 Improve resilience of the Visual Studio build for test and tune projects 2012-10-02 15:00:21 +00:00
wbhart
e77e27ca6b Fix compiler warning in fft_combine_limbs/bits. 2012-09-28 15:56:03 +00:00
gladman
d981389b86 change mpn_invert_truncate to mpn_invert_trunc for naming compatibility 2012-09-27 21:12:13 +00:00
gladman
e8680c1ed9 revert invert_trunc back to invert_truncate 2012-09-27 20:16:48 +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
wbhart
6f542aa81d Fixed fft stuff in tuneup. 2012-08-08 05:04:56 +00:00
gladman
2c05d7c98b complete new FFT and strip out old one 2012-07-18 11:02:59 +00:00
wbhart
b50f939a74 Added missing mpn_mul_fft function (now mpn_mulmod_Bexpp1_fft) and used it. 2012-07-17 21:33:24 +00:00
gladman
f4d883f252 add latest gmp-impl.h changes 2012-03-17 08:48:09 +00:00
gladman
263c9abdc9 2012-03-16 17:10:19 +00:00
gladman
b5b117c93e add latest trunk changes to exp branch 2012-03-10 09:38:09 +00:00
gladman
fb616eed78 Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
gladman
98b7fc8c66 Bring FFT calling interfaces into line with GMP/MPIR conventions
Add const to declarations where necessary
2012-01-17 15:13:24 +00:00
gladman
1253dff171 Final integration of Bills new FFT code 2012-01-10 16:26:07 +00:00
gladman
5d5b753f69 change some names in the FFT code 2012-01-06 16:16:12 +00:00
gladman
662af0781b Further corrections to FFT code integration 2012-01-05 13:52:16 +00:00
gladman
f0a563c75f correct errors in the integration of the new FFT code 2012-01-05 08:45:51 +00:00
gladman
4d29441935 2012-01-04 23:48:12 +00:00
gladman
338e5f2984 populate new branch 2011-12-16 19:47:56 +00:00
gladman
b3efc4e4dc commit new GCD code to trunk 2011-10-14 11:22:46 +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
1cf83265ac remove use of FORCE_DOUBLE ie 80bit floats which are slower now anyway 2011-08-17 15:27:10 +00:00
jasonmoxham
5b095b52b5 cleanup 2011-07-27 08:06:01 +00:00
jasonmoxham
f1ec8a275e add half/double test code and correct return values 2011-07-13 12:54:47 +00:00
jasonmoxham
e8acc3f9e0 update gmp-impl for karaadd 2011-07-05 14:43:26 +00:00
jasonmoxham
0573a58d96 tweek karaadd/sub , add k10 versions 2011-07-05 11:20:40 +00:00
jasonmoxham
8786a606e5 kara tweeks 2011-07-04 06:05:50 +00:00
jasonmoxham
a962f39ee1 karaadd karasub and toom22 2011-07-04 04:34:15 +00:00
gladman
e7d485a3ec Correct functions returning mp_bitcnt_t type to return correct error return values on Windows x64. 2011-06-07 08:03:38 +00:00
jasonmoxham
e4313f9a13 move asm code in gmp-impl into the arch specific dirs 2011-04-30 07:05:19 +00:00
jasonmoxham
46c66911e7 remove all refs to NO_ASM 2011-04-29 16:01:45 +00:00
gladman
fb64ea348c 2011-03-14 17:55:58 +00:00
gladman
57ff0963b9 2011-03-14 15:51:54 +00:00