| Commit message (Expand) | Author | Age | Files | Lines |
* | [acinclude.m4] Correction for test of the fallback to __float128: | vlefevre | 2018-02-26 | 1 | -1/+1 |
* | [acinclude.m4] Fixed a test, which could define MPFR_INTMAX_WITHIN_LIMB | vlefevre | 2018-02-26 | 1 | -1/+4 |
* | [acinclude.m4] Fixed incorrect test from r12426. | vlefevre | 2018-02-26 | 1 | -1/+1 |
* | Updated support for binary128: | vlefevre | 2018-02-26 | 1 | -7/+19 |
* | [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are only | vlefevre | 2018-02-23 | 1 | -2/+0 |
* | [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are only | vlefevre | 2018-02-23 | 1 | -6/+2 |
* | [acinclude.m4] Correction: if we cannot test, the portable code must be | vlefevre | 2018-02-23 | 1 | -3/+1 |
* | [configure.ac,acinclude.m4] added new macro MPFR_INTMAX_WITHIN_LIMB | zimmerma | 2018-02-23 | 1 | -0/+27 |
* | changed __float128 (gcc specific) into the standard type _Float128 | zimmerma | 2018-02-22 | 1 | -5/+5 |
* | [acinclude.m4] In the "long double" format recognition, added | vlefevre | 2018-02-21 | 1 | -12/+12 |
* | [acinclude.m4] Added missing ";;" before "esac" for code robustness. | vlefevre | 2018-02-20 | 1 | -2/+2 |
* | [acinclude.m4] Added a FIXME. Added a ";;" for safety. | vlefevre | 2018-02-20 | 1 | -1/+5 |
* | [acinclude.m4] added comment, and define MPFR_LONG_WITHIN_LIMB when cannot test | zimmerma | 2018-02-20 | 1 | -1/+6 |
* | [acinclude.m4] Updated FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG. | vlefevre | 2018-02-16 | 1 | -2/+4 |
* | [acinclude.m4] Added a FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG. | vlefevre | 2018-02-16 | 1 | -0/+8 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [acinclude.m4] In r11876, forgot to define MPFR_WANT_DECIMAL_FLOATS in | vlefevre | 2017-12-01 | 1 | -1/+3 |
* | [acinclude.m4] Attempt to fix detection of decimal floats: if _Decimal64 | vlefevre | 2017-12-01 | 1 | -18/+25 |
* | [acinclude.m4] Attempt to fix detection of decimal floats (BID was | vlefevre | 2017-12-01 | 1 | -11/+16 |
* | Got rid of the useless SIZE_MAX macro. | vlefevre | 2017-11-28 | 1 | -3/+0 |
* | Renamed MPFR_TESTS_DIVBYZERO to MPFR_TESTS_FPE_DIV (less confusing). | vlefevre | 2017-05-19 | 1 | -1/+1 |
* | [acinclude.m4] Fixed code for the _mulx_u64 test. | vlefevre | 2017-02-03 | 1 | -1/+4 |
* | [acinclude.m4] Fixed _mulx_u64 detection to avoid failures in tests | vlefevre | 2017-02-02 | 1 | -8/+12 |
* | [acinclude.m4] MPFR_PARSE_DIRECTORY macro definition: workaround if | vlefevre | 2017-01-17 | 1 | -5/+14 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Improvement concerning the _mulx_u64 intrinsic. | vlefevre | 2016-12-29 | 1 | -1/+4 |
* | [src/div.c] replace GMP's invert_limb (internal) by own code | zimmerma | 2016-12-29 | 1 | -0/+13 |
* | [acinclude.m4] Fixed m4_pattern_forbid argument to avoid an error with | vlefevre | 2016-09-06 | 1 | -1/+9 |
* | [acinclude.m4] When checking if __float128 is available, we now also | vlefevre | 2016-06-06 | 1 | -4/+6 |
* | [acinclude.m4] Fixed the use of m4_pattern_forbid: the argument must | vlefevre | 2016-05-24 | 1 | -1/+1 |
* | [acinclude.m4] Detect whether the AX_PTHREAD macro is left unexpanded. | vlefevre | 2016-05-24 | 1 | -1/+5 |
* | [acinclude.m4] Replaced the obsolete ACX_PTHREAD by AX_PTHREAD | vlefevre | 2016-05-24 | 1 | -1/+1 |
* | Added optional LTO support (from a patch by Patrick PĂ©lissier). | vlefevre | 2016-05-24 | 1 | -0/+59 |
* | Added shared cache support (from a patch by Patrick PĂ©lissier). | vlefevre | 2016-05-23 | 1 | -1/+113 |
* | [acinclude.m4] Improved warning message for the "long double" test. | vlefevre | 2016-04-20 | 1 | -1/+1 |
* | [acinclude.m4] Typo. | vlefevre | 2016-04-20 | 1 | -1/+1 |
* | set --enable-float128 to "autodetect" by default (like --enable-decimal-float) | zimmerma | 2016-03-03 | 1 | -0/+13 |
* | [acinclude.m4] Also fixed the test for subnormal double-precision | vlefevre | 2016-03-02 | 1 | -1/+1 |
* | [acinclude.m4] Fixed test for subnormal single-precision numbers. | vlefevre | 2016-03-02 | 1 | -1/+1 |
* | added a separate configure test for subnormals in the "float" format | zimmerma | 2016-03-02 | 1 | -2/+23 |
* | [acinclude.m4,configure.ac] Various fixes in error messages. | vlefevre | 2016-03-02 | 1 | -5/+6 |
* | autodetect support for decimal floats (as suggested in revision 10179) | zimmerma | 2016-03-02 | 1 | -13/+17 |
* | Do not build with decimal float by default as it is not standard | vlefevre | 2016-03-02 | 1 | -1/+1 |
* | improved detection of decimal floats | zimmerma | 2016-03-01 | 1 | -0/+34 |
* | [acinclude.m4] Removed old code for Alpha (as suggested by Paul). | vlefevre | 2016-03-01 | 1 | -20/+0 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [acinclude.m4] Instead of checking whether the 'j' printf length | vlefevre | 2015-08-25 | 1 | -8/+17 |
* | [acinclude.m4] Check whether the 'j' printf length modifier is working. | vlefevre | 2015-08-25 | 1 | -0/+19 |
* | [acinclude.m4] Added a comment about memmove and memset being considered | vlefevre | 2015-05-21 | 1 | -0/+10 |