summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/mpfr-impl.h] Resolved the problem under Linux.win-thread-safe-dllvlefevre2015-09-101-1/+1
* [src/mpfr-impl.h] Detect some possible inconsistencies under Unix,vlefevre2015-09-101-0/+13
* Merged the latest changes from the trunk since this wasn't the causevlefevre2015-09-101-6/+5
* Applied changes from Stephan Tolksdorf:vlefevre2015-09-109-24/+120
* fixed the AMD K8 tuning (cf r8118)zimmerma2015-08-241-7/+1
* [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions:vlefevre2015-08-243-0/+9
* [src/mparam_h.in] Improved comment: __amd64__ is generic to allvlefevre2015-08-201-1/+7
* [src/fpif.c] Added an assertion (I get a build failure with gcc-snapshotvlefevre2015-07-311-1/+4
* remove usage of mpn_rootrem in mpfr_sqrt since now mpn_sqrtrem is fasterzimmerma2015-07-312-17/+1
* [src/next.c] Added a note concerning the exceptions.vlefevre2015-07-301-0/+6
* Added mpfr_rint_roundeven and mpfr_roundeven functions, withvlefevre2015-07-202-0/+37
* [src/mpfr.h] Added a comment about the drawback of the mpfr_get_exp()vlefevre2015-07-161-2/+6
* [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed some underflow cases invlefevre2015-07-153-3/+7
* [src/exceptions.c] Added logging for mpfr_underflow and mpfr_overflow.vlefevre2015-07-151-1/+12
* [src/frexp.c] Added a comment.vlefevre2015-07-151-0/+2
* [src/frexp.c] Handle internal overflow.vlefevre2015-06-261-1/+29
* [src/mul_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-1/+1
* [src/div_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-1/+1
* [src/div_2ui.c] Fixed overflow case (can occur only when n = 0).vlefevre2015-06-261-1/+1
* [src/frexp.c] Fixed a bug occurring when the current exponent rangevlefevre2015-06-261-1/+2
* [src/check.c] Typo in a comment.vlefevre2015-06-251-1/+1
* [src/fma.c] Completely fixed the scaling in case of underflow.vlefevre2015-06-121-2/+9
* [src/fma.c] Partially fixed the scaling in case of underflow,vlefevre2015-06-121-3/+2
* [src/fma.c] Added log messages.vlefevre2015-06-121-0/+11
* [src/sqrt.c] The bug fixed in r9540 actually came from r9014, whichvlefevre2015-06-101-0/+1
* [src/lngamma.c] For mpfr_lgamma and mpfr_lngamma, the exponent rangevlefevre2015-06-101-2/+4
* [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introducedvlefevre2015-06-102-3/+8
* [src/sqrt.c] Fixed assertion failure in reduced exponent range.vlefevre2015-06-101-1/+2
* [src/zeta_ui.c]vlefevre2015-06-081-9/+26
* [src/add_ui.c] Fixed format string in MPFR_LOG_FUNC.vlefevre2015-06-081-1/+1
* [src/zeta_ui.c] Fixed zeta(0) in reduced exponent range.vlefevre2015-06-071-4/+1
* [src/{ui_div.c,ui_sub.c}] Correction for reduced exponent range.vlefevre2015-06-052-11/+31
* [src/set_q.c] Added missing MPFR_SAVE_EXPO_FREE in case of preliminaryvlefevre2015-06-041-0/+2
* [src/set_q.c] Replaced a "return" by MPFR_RET: this is at least neededvlefevre2015-06-041-1/+1
* [src/mul_ui.c] Fixed bug in mpfr_mul_ui/si: the inexact flag wasn't set.vlefevre2015-06-041-1/+1
* [src/rint.c] Handle reduced exponent range.vlefevre2015-06-031-20/+17
* [src/rint.c] Added a comment about the mpfr_rint_* functions.vlefevre2015-06-031-0/+4
* [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in somevlefevre2015-06-031-16/+19
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-283-14/+16
* [src/mpfr-gmp.c] Replaced mpfr_allocate_func and mpfr_free_funcvlefevre2015-05-251-4/+4
* [src/mpfr-gmp.c] Code formatting.vlefevre2015-05-221-1/+1
* Define MPFR_ALLOCA_MAX macro: Maximum size for the use of alloca byvlefevre2015-05-221-1/+6
* Added a TODO about mpfr_sum.vlefevre2015-04-281-0/+15
* [src/sum.c] Fixed bug: mpn functions do not accept a zero size argument.new-sumvlefevre2015-04-091-2/+5
* Merged the latest changes from the trunk.vlefevre2015-04-092-11/+10
|\
| * [src/sub1sp.c] Avoid an unnecessary mpn_lshift after an mpn_sub_1 whenvlefevre2015-02-271-7/+8
| * [src/next.c] Avoid an unnecessary loop when the exponent decreases.vlefevre2015-02-271-4/+2
* | [src/sum.c] Bug fix: use MPFR_EXP instead of MPFR_SET_EXP to set thevlefevre2015-04-081-1/+7
* | [src/sum.c] Bug triggered by the check4 test fixed.vlefevre2015-03-301-1/+5
* | [src/sum.c] In the TMD detection:vlefevre2015-03-271-9/+18