Commit Graph

31 Commits

Author SHA1 Message Date
Brian Gladman
d8e85154df Add gcd and lcm functions in mpirxx.h 2018-02-23 16:46:51 +00:00
Brian Gladman
9786e04298 add gcd and lcm to mpircxx.h 2017-02-21 17:39:19 +00:00
Aliaksei Verkhaturau
24a2f28723 c++ compilation error fixed 2016-11-18 19:36:23 +03:00
William Hart
80df734cbe Fix detection of stdint.h. 2015-06-13 18:39:18 +00:00
William Hart
e86ac62d26 Fix handling of stdint.h once and for all. 2015-06-11 10:46:10 +00:00
William Hart
154c4444ba Apply Sage patch for gcc-4.9. 2015-06-09 14:21:03 +00:00
William Hart
3a9dd527a2 Fix a further issue affecting PPL, i.e. check for (U)INTMAX_MAX. Thanks to
JP Flori for the patch.
2014-10-01 13:27:06 +01:00
William Hart
d6b5843899 Fix undefined reference to LONG_MAX for PPL. Reported by JP Flori. 2014-06-10 14:45:55 +01:00
William Hart
38bcd91d36 Handle stdint detection differently and fix a typo in README (thanks Dann
Corbit)
2014-03-28 21:57:27 +00:00
William Hart
431d655e69 Fixed a miscompilation of mpirxx.h with a C++11 compiler. 2014-03-27 15:34:35 +00:00
briangladman
45406bdc24 remove (u)intmax_t overloads if already defined 2013-08-28 10:20:15 +01: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
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
fb616eed78 Change gmp_ui/gmp_si types to mpir_ui/mpir_si 2012-01-24 14:37:16 +00:00
gladman
338e5f2984 populate new branch 2011-12-16 19:47:56 +00:00
gladman
eda4a05725 Add 64-bit integer conversions to mpirxx.h 2011-10-24 19:01:40 +00:00
(no author)
13055c8f46 Restored the t-headers test. 2010-02-08 20:18:09 +00:00
(no author)
88c8b3e0f3 Add mp_bitcnt_t type to MPIR 2010-02-08 17:06:12 +00:00
jasonmoxham
e013b89256 delete obsolete fn gmp_randinit and all referances to it 2009-08-11 22:34:51 +00:00
jasonmoxham
dbf715e599 autostuff and change name of file gmpxx.h to mpirxx.h 2009-02-12 12:50:13 +00:00