summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-271-0/+25
* Shared caches: fix and minor changes.vlefevre2018-07-181-1/+1
* [acinclude.m4] Updated message about the _Float128 support, sincevlefevre2018-07-131-1/+1
* [acinclude.m4] Fixed the _Float128 / __float128 detection for NetBSD:vlefevre2018-07-131-2/+11
* [acinclude.m4] For the _Float128 / __float128 detection, changedvlefevre2018-07-121-2/+6
* Do not assume that the bit-field ordering for _Decimal128 is necessarilyvlefevre2018-06-221-6/+4
* [acinclude.m4] added configure test to determine the encoding of _Decimal128 ...zimmerma2018-06-221-0/+39
* [acinclude.m4] Added a note on _Decimal64 detection.vlefevre2018-05-021-0/+11
* [acinclude.m4] Correction for test of the fallback to __float128:vlefevre2018-02-261-1/+1
* [acinclude.m4] Fixed a test, which could define MPFR_INTMAX_WITHIN_LIMBvlefevre2018-02-261-1/+4
* [acinclude.m4] Fixed incorrect test from r12426.vlefevre2018-02-261-1/+1
* Updated support for binary128:vlefevre2018-02-261-7/+19
* [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are onlyvlefevre2018-02-231-2/+0
* [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are onlyvlefevre2018-02-231-6/+2
* [acinclude.m4] Correction: if we cannot test, the portable code must bevlefevre2018-02-231-3/+1
* [configure.ac,acinclude.m4] added new macro MPFR_INTMAX_WITHIN_LIMBzimmerma2018-02-231-0/+27
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-5/+5
* [acinclude.m4] In the "long double" format recognition, addedvlefevre2018-02-211-12/+12
* [acinclude.m4] Added missing ";;" before "esac" for code robustness.vlefevre2018-02-201-2/+2
* [acinclude.m4] Added a FIXME. Added a ";;" for safety.vlefevre2018-02-201-1/+5
* [acinclude.m4] added comment, and define MPFR_LONG_WITHIN_LIMB when cannot testzimmerma2018-02-201-1/+6
* [acinclude.m4] Updated FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.vlefevre2018-02-161-2/+4
* [acinclude.m4] Added a FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.vlefevre2018-02-161-0/+8
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [acinclude.m4] In r11876, forgot to define MPFR_WANT_DECIMAL_FLOATS invlefevre2017-12-011-1/+3
* [acinclude.m4] Attempt to fix detection of decimal floats: if _Decimal64vlefevre2017-12-011-18/+25
* [acinclude.m4] Attempt to fix detection of decimal floats (BID wasvlefevre2017-12-011-11/+16
* Got rid of the useless SIZE_MAX macro.vlefevre2017-11-281-3/+0
* Renamed MPFR_TESTS_DIVBYZERO to MPFR_TESTS_FPE_DIV (less confusing).vlefevre2017-05-191-1/+1
* [acinclude.m4] Fixed code for the _mulx_u64 test.vlefevre2017-02-031-1/+4
* [acinclude.m4] Fixed _mulx_u64 detection to avoid failures in testsvlefevre2017-02-021-8/+12
* [acinclude.m4] MPFR_PARSE_DIRECTORY macro definition: workaround ifvlefevre2017-01-171-5/+14
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Improvement concerning the _mulx_u64 intrinsic.vlefevre2016-12-291-1/+4
* [src/div.c] replace GMP's invert_limb (internal) by own codezimmerma2016-12-291-0/+13
* [acinclude.m4] Fixed m4_pattern_forbid argument to avoid an error withvlefevre2016-09-061-1/+9
* [acinclude.m4] When checking if __float128 is available, we now alsovlefevre2016-06-061-4/+6
* [acinclude.m4] Fixed the use of m4_pattern_forbid: the argument mustvlefevre2016-05-241-1/+1
* [acinclude.m4] Detect whether the AX_PTHREAD macro is left unexpanded.vlefevre2016-05-241-1/+5
* [acinclude.m4] Replaced the obsolete ACX_PTHREAD by AX_PTHREADvlefevre2016-05-241-1/+1
* Added optional LTO support (from a patch by Patrick PĂ©lissier).vlefevre2016-05-241-0/+59
* Added shared cache support (from a patch by Patrick PĂ©lissier).vlefevre2016-05-231-1/+113
* [acinclude.m4] Improved warning message for the "long double" test.vlefevre2016-04-201-1/+1
* [acinclude.m4] Typo.vlefevre2016-04-201-1/+1
* set --enable-float128 to "autodetect" by default (like --enable-decimal-float)zimmerma2016-03-031-0/+13
* [acinclude.m4] Also fixed the test for subnormal double-precisionvlefevre2016-03-021-1/+1
* [acinclude.m4] Fixed test for subnormal single-precision numbers.vlefevre2016-03-021-1/+1
* added a separate configure test for subnormals in the "float" formatzimmerma2016-03-021-2/+23
* [acinclude.m4,configure.ac] Various fixes in error messages.vlefevre2016-03-021-5/+6
* autodetect support for decimal floats (as suggested in revision 10179)zimmerma2016-03-021-13/+17