Commit Graph

2304 Commits

Author SHA1 Message Date
wbhart
1350c07091 Hacked fft tuning code in to tuneup. Also added tuning values for k102. 2012-10-17 21:18:28 +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
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
a88e7d7c14 adjust _MSC_VER guard in mpirxx.h 2012-10-12 22:07:29 +00:00
gladman
0dcdd80a0e adjust _MSC_VER guard in mpirxx.h 2012-10-12 21:49:38 +00:00
wbhart
4a7c5d7af6 Attempt to add back long long support in mpirxx.h for systems that need it. 2012-10-12 21:30:12 +00:00
wbhart
dbad8ced14 Added missing underscore on _MSC_VER. 2012-10-12 21:20:13 +00:00
wbhart
1d5c5f9136 Remove support for intmax_t in mpirxx.h on linux. 2012-10-12 21:11:06 +00:00
wbhart
2fa248629d Try #include stdint.h and limits.h for fun. 2012-10-12 20:23:01 +00:00
wbhart
0d098071ae Debugging code only. 2012-10-12 20:14:10 +00:00
wbhart
9d90f9c742 Further attempt to fix the intmax_t issue in mpirxx.h. 2012-10-12 20:01:18 +00:00
wbhart
0bd7795b9f Change all #if HAVE_LONG_LONG to #ifdef LLONG_MAX 2012-10-12 19:24:46 +00:00
wbhart
a0ce4a12d7 Second attempt at fixing the intmax_t issue in mpirxx.h. 2012-10-12 18:29:00 +00:00
wbhart
59e36bf3f5 Try to correct intmax_t fix in mpirxx.h and propagate to = operator. 2012-10-12 18:20:28 +00:00
wbhart
55b22e3944 Attempt to fix intmax_t issue in mpirxx.h. 2012-10-12 18:02:35 +00:00
gladman
a0bc0bda9d Clariify the vc10 readme.txt on the need for VSYASM, not YASM 2012-10-11 09:30:46 +00:00
gladman
34982f5d94 add two defines (for Windows) now needed by MPFR 2012-10-10 09:30:50 +00:00
gladman
2208dcbe51 remove multiple definition warning in win32 build 2012-10-09 07:25:35 +00:00
gladman
36c189a7e3 change Visual Studio build generator to allow multiple builds to be specified 2012-10-08 10:48:57 +00:00
gladman
f834365197 change Visual Studio build generator to allow multiple builds to be specified 2012-10-08 08:54:14 +00:00
wbhart
b559c1422f Corrected NEWS file regarding 32/64 bit integers on Windows. 2012-10-06 11:58:11 +00:00
wbhart
526395e9c0 Fixed issue with missing symbols in Windows command line and updated release
dates.
2012-10-05 18:49:05 +00:00
wbhart
038eda37f0 Added small piece on toom 8.5. 2012-10-03 21:25:22 +00:00
wbhart
df949fe226 Added reference to Bodrato's paper to mpir.texi. 2012-10-03 21:22:07 +00:00
wbhart
58b10275c9 Fixed a pile of other clobbered files. 2012-10-03 21:16:01 +00:00
wbhart
2f6f11d132 Revert texinfo.tex, as revision 3985 clobbered it. 2012-10-03 21:08:07 +00:00
wbhart
a56b7bb540 Added reference to Bodrato's paper. 2012-10-03 18:56:30 +00:00
wbhart
bacf501046 Added additional contributors to mpir.texi. 2012-10-03 16:55:33 +00:00
wbhart
b5c7f9ea26 Revert back to older version of config.guess as it got clobbered by autoreconf -i -f. 2012-10-03 16:40:54 +00:00
wbhart
b021773411 Touch configure.in, autoreconf -i. 2012-10-03 16:05:36 +00:00
wbhart
e82dec5780 Updated AUTHORS, NEWS, ChangeLog and corrected version numbers. 2012-10-03 15:14:17 +00:00
wbhart
e041bc1a55 Switched back to doing autoreconf -i on eno, as MinGW32 is incapable of handling simple things like making an MPIR lzma tarball. 2012-10-03 14:56:41 +00:00
wbhart
c0773d4f71 Updated date on docs. 2012-10-02 16:53:23 +00:00
wbhart
aee52be914 Added missing ChangeLog items. 2012-10-02 16:31:16 +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
gladman
3c855ddc0c copy more headers to Windows output directories 2012-10-02 11:53:14 +00:00
gladman
df4de28fc6 correct bug in the Windows build generator 2012-10-02 07:23:44 +00:00
gladman
6dfa46ff63 minor update to Windows readme file 2012-09-30 17:14:59 +00:00
wbhart
4c896b5e2f Changed -INTMAX_MIN to INTMAX_MIN in t-set_sx.c. 2012-09-28 22:22:18 +00:00
gladman
a4903916a2 add build of cfg.h files to the Windows command line build (requires Python) 2012-09-28 18:11:47 +00:00
gladman
9bfa07c82a change the Visual Studio build generator to provide for building cfg.h files on their own 2012-09-28 17:20:46 +00:00
gladman
a901d8e78e change the Visual Studio build generator to provide for building cfg.h files on their own 2012-09-28 17:08:15 +00:00
wbhart
dc91b99e18 Updated version.texi and ran makeinfo. 2012-09-28 16:46:34 +00:00
wbhart
d9ef7867cc Ran makeinfo. 2012-09-28 16:44:42 +00:00