summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* [src/Makefile.am] Update for mini-gmp (install mini-gmp.h).vlefevre2018-09-171-3/+4
* Completed --with-mini-gmp support (not fully tested).vlefevre2018-09-141-0/+9
* [src/Makefile.am] Moved a comment in a better place.vlefevre2018-09-141-7/+5
* [src] Moved mpfr_nbits_ulong to its own file "nbits_ulong.c".vlefevre2018-09-051-1/+1
* added configure option --enable-formally-proven-code and corresponding codezimmerma2018-08-231-0/+1
* [src/Makefile.am] Corrected check-exported-symbols to avoid a failurevlefevre2018-07-121-1/+1
* added mpfr_get_decimal128 (still experimental)zimmerma2018-06-201-1/+2
* added mpfr_set_decimal128 (work in progress, not yet fully tested)zimmerma2018-06-131-1/+1
* added mpfr_dotzimmerma2018-04-191-1/+1
* added mpfr_total_orderzimmerma2018-03-231-1/+1
* [src/Makefile.am] In EXTRA_DIST, put the mparam.h in alphabetic order.vlefevre2018-03-081-5/+5
* [src/Makefile.am] Updated EXTRA_DIST for amd due to r12387.vlefevre2018-03-081-2/+1
* removed tuning for x86/core2, updated tuning for generic x86zimmerma2018-02-211-1/+1
* added tuning for ARMzimmerma2018-02-211-1/+1
* Reverted r12368: sparc64 tuning should be updated on gcc202.vlefevre2018-02-211-1/+2
* removed tuning for hppa (gcc61 is offline)zimmerma2018-02-211-1/+1
* removed tuning parameters for sparc64 (gcc64, gcc200 and gcc201 are offline)zimmerma2018-02-211-3/+1
* removed tuning for powerpc32 (no such machine available any more)zimmerma2018-02-211-1/+1
* Reverted r12359 and added a comment: tuning for x86 is used whenvlefevre2018-02-211-1/+1
* removed tuning for ia64 (gcc60.fsffrance.org is now offline)zimmerma2018-02-211-1/+1
* removed tuning for x86 (no more access to such machine)zimmerma2018-02-211-1/+1
* removed tuning parameters for amd/athlon (we have no access to such machinezimmerma2018-02-211-1/+1
* removed tuning for pentium4zimmerma2018-02-211-1/+1
* [src/x86_64/mparam.h] added tuning for generic x86_64zimmerma2018-02-211-1/+1
* removed thresholds for arm since gcc57 is no longer available, thus we cannotzimmerma2018-02-211-1/+1
* [src/Makefile.am] For check-gmp-symbols and check-exported-symbols, ifvlefevre2018-01-201-8/+17
* Added check-exported-symbols make rule to check that MPFR does notvlefevre2018-01-201-4/+16
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/Makefile.am] Also distribute generic/coverage/mparam.hvlefevre2017-12-081-1/+1
* Cleanup and fixes for the mpz_t pool.vlefevre2017-12-061-1/+1
* Improved portability of the check-gmp-symbols make rule.vlefevre2017-12-041-3/+8
* Two fixes for the check-gmp-symbols make rule:vlefevre2017-11-301-11/+15
* Added comment about the check-gmp-symbols make rule (added in r11865).vlefevre2017-11-301-0/+2
* Added check-gmp-symbols make rule to check that MPFR does not usevlefevre2017-11-301-0/+20
* added new function mpfr_get_qzimmerma2017-06-021-1/+1
* [src/Makefile.am] new file odd_p.czimmerma2017-02-271-1/+1
* new function mpfr_betazimmerma2017-02-271-2/+1
* [src/beta.c] added beta function (work in progress, not yet fully implemented,zimmerma2017-02-231-0/+1
* new version of mpfr_sqrt2_approx (no longer needs sqrt_tab.h)zimmerma2017-01-201-2/+2
* faster version of mpfr_sqrt1(), with smaller tablezimmerma2017-01-201-1/+1
* use a macro instead of a function for __gmpfr_invert_limb andzimmerma2017-01-031-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/invert_limb.c] new file for __gmpfr_invert_limb internal functionzimmerma2016-12-301-1/+2
* [sqrt_tab.h] new header file with table for mpn_sqrtrem2_approx()zimmerma2016-12-141-1/+1
* Merged the latest changes from the trunk.vlefevre2016-05-241-1/+1
|\
| * MPFR 3.2(.x) → 4.0(.x)vlefevre2016-05-241-1/+1
* | Started to implement unbounded floats (UBF) and added support in somevlefevre2016-05-231-1/+1
|/
* first version of incomplete Gamma function (work in progress)zimmerma2016-01-161-1/+1
* added new function mpfr_log_uizimmerma2016-01-141-1/+1
* speedup in mpfr_fma and mpfr_fmszimmerma2016-01-101-1/+1