Commit Graph

2490 Commits

Author SHA1 Message Date
William Hart
03bf07a887 Added additional files to gitignore. 2012-11-25 22:46:55 +00:00
William Hart
a62b783776 Gitignore 2012-11-25 22:38:15 +00:00
William Hart
f608007fc5 Line endings 2012-11-25 22:33:07 +00:00
BrianGladman
4ef7fd28ce add missed build file 2012-11-25 21:34:28 +00:00
BrianGladman
c73f4f3743 Add the Visual Studio 11 build 2012-11-25 21:25:43 +00:00
gladman
a373abbc93 export a few more DLL symbols on Windows (needed by try). 2012-11-10 19:26:08 +00:00
gladman
c8a4a38ed1 add cxx files to windows command line build for DLLs 2012-11-10 15:52:53 +00:00
gladman
91b78fa3eb remove redundant FFT tune Visual Studio project 2012-11-09 19:03:23 +00:00
gladman
8516357d4f remove redundant FFT tune Visual Studio project 2012-11-09 18:52:47 +00:00
wbhart
3c2e00a5c3 an autoreconf -i again. 2012-11-08 22:13:21 +00:00
wbhart
d1a55c8760 Change CFLAGS in another location. 2012-11-08 22:11:10 +00:00
wbhart
18382d6583 Ran autoconf -i. 2012-11-08 22:05:36 +00:00
wbhart
fbe1eea4f9 Corrected a typo in manual. 2012-11-08 21:55:06 +00:00
wbhart
2c9957a035 Changed default gcc flags to -O2 to avoid multitudinous sins of the GCC
developers.
2012-11-08 21:49:45 +00:00
wbhart
790011a4c1 unsigned long => mpir_ui, long => mpir_si in docs. 2012-11-07 17:20:08 +00:00
gladman
08c572bf53 add section on the handling of long integers on Windows x64 2012-10-29 17:49:24 +00:00
gladman
399bb8da6f change 'unsigned long' to 'mpir_ui' in function declaration 2012-10-29 16:09:42 +00:00
wbhart
3bc1080d95 Fixed some bugs in gmp-h.in which were causing test failures in flint. 2012-10-29 14:15:11 +00:00
wbhart
96290ef587 Copied final tuning params across from *nix. 2012-10-25 22:25:37 +00:00
wbhart
c004152b5a Updated authors and contributors. 2012-10-25 22:17:55 +00:00
wbhart
a05e0123fe ARM and AMD Bobcat tuning values courtesty of Julien Puydt and Leif Lionhardy
respectively.
2012-10-25 22:14:23 +00:00
gladman
ce643bc361 move new *nix tuning values into windows 2012-10-25 15:39:46 +00:00
wbhart
a881af8585 Sandy Bridge tuning values courtesy of JP Flori. 2012-10-25 13:13:41 +00:00
gladman
76944a04f8 move new *nix tuning values into windows 2012-10-24 07:01:53 +00:00
wbhart
1a010f75a6 Lots of tuning values. 2012-10-24 01:58:08 +00:00
wbhart
b9178d7ab8 Ran autoconf -i. 2012-10-23 17:19:06 +00:00
wbhart
78ed485610 Export mpn_sumdiff_n unconditionally. 2012-10-23 15:37:39 +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
96070aa483 Added a test for intel compiler when excluding bad gcc-4.3.2. 2012-10-23 14:57:21 +00:00
wbhart
1c673701fe Slight speedup of fft for integer multiplication. 2012-10-21 17:02:34 +00:00
wbhart
9aa3e9bb9e Added some additional clarifications about --enable-gmpcompat to the docs. 2012-10-18 20:31:01 +00:00
wbhart
551c1066fa Added #include "config.h" in all tests which needed it. 2012-10-18 20:14:58 +00:00
gladman
0bf2cd7d24 correct minor error in the Windows build for tuning 2012-10-18 18:29:43 +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
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