summaryrefslogtreecommitdiff
path: root/src/add1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Merged r10573 through r10597 from the trunk (no conflicts).vlefevre2016-07-221-16/+28
|\
| * [tests/tadd1sp.c] Added tests with EXP(b) < EXP(c), as there arevlefevre2016-07-071-13/+22
| * [src/add1sp.c] fixed two bugs in mpfr_add1sp1zimmerma2016-07-061-3/+6
* | Merged r10566 through r10570 from the trunk, resolving the conflict.vlefevre2016-07-221-102/+52
|\ \ | |/
| * added commentzimmerma2016-07-061-1/+1
| * [src/add1sp.c] removed special cases for n=1 in mpfr_add1sp, now that we havezimmerma2016-07-061-101/+51
* | Merged r10556 through r10564 from the trunk (no conflicts).vlefevre2016-07-221-2/+118
|\ \ | |/
| * Removed MPFR_HOT_FUNCTION_ATTR for mpfr_add1sp1 and mpfr_sub1sp1.vlefevre2016-07-061-1/+1
| * Functions mpfr_add1sp1 and mpfr_sub1sp1 are called only from the filesvlefevre2016-07-051-1/+1
| * [src/add1sp.c] Removed unused variable.vlefevre2016-07-051-1/+0
| * [src/add1sp.c] new special code for 1 limb. In 3.1.4 we add with mfv5:zimmerma2016-07-051-2/+119
| * [src/add1sp.c] Corrected indentation.vlefevre2016-07-011-26/+26
| * [src/add1sp.c] Added comments.vlefevre2016-07-011-2/+6
| * optimize mpfr_add (and mpfr_sub, not yet finished) for 1 limbzimmerma2016-06-301-19/+51
| * [src/add1sp.c] Fixed bug introduced in r10530 when MPFR_WANT_ASSERT >= 2vlefevre2016-06-291-1/+3
| * mpfr_add1sp does not assume any more EXP(b) >= EXP(c)zimmerma2016-06-291-2/+10
| * still faster code for 1 limbzimmerma2016-06-291-5/+8
| * merged r10522 from faithful branch + other special-code for 1 limb:zimmerma2016-06-291-12/+26
* | Merged r10529 through r10554 from the trunk (no conflicts).vlefevre2016-07-221-50/+96
* | Merged r10528 from the trunk, resolving the conflict.vlefevre2016-07-221-5/+8
* | Merged r10520 through r10527 from the trunk (no conflicts).vlefevre2016-07-221-12/+26
* | [src/add1sp.c] The reverse-merge done in r10633 was incorrect. Fixed.vlefevre2016-07-221-1/+1
* | [src/add1sp.c] Also reverse-merged r10522 (together with relatedvlefevre2016-07-221-19/+8
* | [faithful] reverse-merge r10524 (had nothing to do with the faithful branch)zimmerma2016-07-201-17/+2
* | [faithful] reverse-merge parts of r10514 independent of the faithful branchzimmerma2016-07-201-11/+11
* | removed leftover debug statementzimmerma2016-06-291-1/+0
* | mpfr_add1sp no longer assumes EXP(b) >= EXP(c): gives small speedupzimmerma2016-06-291-3/+19
* | added special code for 1 limbzimmerma2016-06-271-8/+19
* | small speedup of mpfr_add for RNDFzimmerma2016-06-241-16/+18
* | Avoid failures in mpfr_add1sp / mpfr_sub1sp for MPFR_RNDF withvlefevre2016-06-241-1/+4
|\ \ | |/
| * Cosmetic change (whitespace).vlefevre2016-06-241-1/+1
* | Merged the latest changes from the trunk.vlefevre2016-06-241-3/+13
|\ \ | |/
| * [src/add1sp.c] For MPFR_WANT_ASSERT >= 2 (--enable-assert=full), testvlefevre2016-06-241-3/+13
* | [src/add1sp.c] For MPFR_RNDF, set inexact = 0 (like what is done invlefevre2016-06-231-2/+2
* | [src/add1sp.c] Avoid the use of uninitialized values with MPFR_RNDF.vlefevre2016-06-231-3/+8
* | start implementing RNDF (work in progress)zimmerma2016-05-281-6/+23
|/
* removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev)zimmerma2016-05-241-2/+2
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src] MPFR_WANT_ASSERT clean-up.vlefevre2014-07-071-5/+3
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-251-1/+1
* removed an MPFR_LIKELY that is not so likely...zimmerma2014-01-241-2/+2
* Optimization: likely / unlikely, etc. (patch by Patrick PĂ©lissier).vlefevre2014-01-241-42/+36
* [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR,vlefevre2014-01-211-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2012-08-151-2/+2
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-1/+1