summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* [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
* Do not build with decimal float by default as it is not standardvlefevre2016-03-021-1/+1
* improved detection of decimal floatszimmerma2016-03-011-0/+34
* [acinclude.m4] Removed old code for Alpha (as suggested by Paul).vlefevre2016-03-011-20/+0
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [acinclude.m4] Instead of checking whether the 'j' printf lengthvlefevre2015-08-251-8/+17
* [acinclude.m4] Check whether the 'j' printf length modifier is working.vlefevre2015-08-251-0/+19
* [acinclude.m4] Added a comment about memmove and memset being consideredvlefevre2015-05-211-0/+10
* [acinclude.m4] Various corrections in the tests:vlefevre2015-05-211-32/+24
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Style improvements.vlefevre2014-11-121-2/+2
* improve mpfr_exp2 (patch from Patrick Pelissier)zimmerma2014-11-111-0/+26
* added check for libquadmath (not used)zimmerma2014-11-091-0/+14
* [acinclude.m4] Corrected a message.vlefevre2014-07-091-1/+1
* Renamed the MPFR_TEST_DIVBYZERO macro to MPFR_TESTS_DIVBYZEROvlefevre2014-07-081-1/+1
* Updated URL's.vlefevre2014-06-221-1/+1
* print message for "possibly double-double, little endian" long double formatzimmerma2014-02-141-0/+6
* recognize long-double format for ppc64lezimmerma2014-02-141-0/+23
* Added MPFR_CHECK_GMP configure check.vlefevre2014-01-241-0/+52
* [acinclude.m4,configure.ac] Check that a directory passed tovlefevre2014-01-211-0/+30
* Added __builtin_unreachable / MPFR_ASSUME support (modified patchvlefevre2014-01-201-0/+15
* [acinclude.m4] In the Static Assertions test, avoid a warning with GCCvlefevre2014-01-091-1/+2
* [acinclude.m4] Avoid a warning due to variable set but not used in avlefevre2014-01-051-0/+1
* [acinclude.m4] Replaced "main()" by "main (void)".vlefevre2014-01-051-8/+8