| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r10573 through r10597 from the trunk (no conflicts). | vlefevre | 2016-07-22 | 1 | -16/+28 |
|\ |
|
| * | [tests/tadd1sp.c] Added tests with EXP(b) < EXP(c), as there are | vlefevre | 2016-07-07 | 1 | -13/+22 |
| * | [src/add1sp.c] fixed two bugs in mpfr_add1sp1 | zimmerma | 2016-07-06 | 1 | -3/+6 |
* | | Merged r10566 through r10570 from the trunk, resolving the conflict. | vlefevre | 2016-07-22 | 1 | -102/+52 |
|\ \
| |/ |
|
| * | added comment | zimmerma | 2016-07-06 | 1 | -1/+1 |
| * | [src/add1sp.c] removed special cases for n=1 in mpfr_add1sp, now that we have | zimmerma | 2016-07-06 | 1 | -101/+51 |
* | | Merged r10556 through r10564 from the trunk (no conflicts). | vlefevre | 2016-07-22 | 1 | -2/+118 |
|\ \
| |/ |
|
| * | Removed MPFR_HOT_FUNCTION_ATTR for mpfr_add1sp1 and mpfr_sub1sp1. | vlefevre | 2016-07-06 | 1 | -1/+1 |
| * | Functions mpfr_add1sp1 and mpfr_sub1sp1 are called only from the files | vlefevre | 2016-07-05 | 1 | -1/+1 |
| * | [src/add1sp.c] Removed unused variable. | vlefevre | 2016-07-05 | 1 | -1/+0 |
| * | [src/add1sp.c] new special code for 1 limb. In 3.1.4 we add with mfv5: | zimmerma | 2016-07-05 | 1 | -2/+119 |
| * | [src/add1sp.c] Corrected indentation. | vlefevre | 2016-07-01 | 1 | -26/+26 |
| * | [src/add1sp.c] Added comments. | vlefevre | 2016-07-01 | 1 | -2/+6 |
| * | optimize mpfr_add (and mpfr_sub, not yet finished) for 1 limb | zimmerma | 2016-06-30 | 1 | -19/+51 |
| * | [src/add1sp.c] Fixed bug introduced in r10530 when MPFR_WANT_ASSERT >= 2 | vlefevre | 2016-06-29 | 1 | -1/+3 |
| * | mpfr_add1sp does not assume any more EXP(b) >= EXP(c) | zimmerma | 2016-06-29 | 1 | -2/+10 |
| * | still faster code for 1 limb | zimmerma | 2016-06-29 | 1 | -5/+8 |
| * | merged r10522 from faithful branch + other special-code for 1 limb: | zimmerma | 2016-06-29 | 1 | -12/+26 |
* | | Merged r10529 through r10554 from the trunk (no conflicts). | vlefevre | 2016-07-22 | 1 | -50/+96 |
* | | Merged r10528 from the trunk, resolving the conflict. | vlefevre | 2016-07-22 | 1 | -5/+8 |
* | | Merged r10520 through r10527 from the trunk (no conflicts). | vlefevre | 2016-07-22 | 1 | -12/+26 |
* | | [src/add1sp.c] The reverse-merge done in r10633 was incorrect. Fixed. | vlefevre | 2016-07-22 | 1 | -1/+1 |
* | | [src/add1sp.c] Also reverse-merged r10522 (together with related | vlefevre | 2016-07-22 | 1 | -19/+8 |
* | | [faithful] reverse-merge r10524 (had nothing to do with the faithful branch) | zimmerma | 2016-07-20 | 1 | -17/+2 |
* | | [faithful] reverse-merge parts of r10514 independent of the faithful branch | zimmerma | 2016-07-20 | 1 | -11/+11 |
* | | removed leftover debug statement | zimmerma | 2016-06-29 | 1 | -1/+0 |
* | | mpfr_add1sp no longer assumes EXP(b) >= EXP(c): gives small speedup | zimmerma | 2016-06-29 | 1 | -3/+19 |
* | | added special code for 1 limb | zimmerma | 2016-06-27 | 1 | -8/+19 |
* | | small speedup of mpfr_add for RNDF | zimmerma | 2016-06-24 | 1 | -16/+18 |
* | | Avoid failures in mpfr_add1sp / mpfr_sub1sp for MPFR_RNDF with | vlefevre | 2016-06-24 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Cosmetic change (whitespace). | vlefevre | 2016-06-24 | 1 | -1/+1 |
* | | Merged the latest changes from the trunk. | vlefevre | 2016-06-24 | 1 | -3/+13 |
|\ \
| |/ |
|
| * | [src/add1sp.c] For MPFR_WANT_ASSERT >= 2 (--enable-assert=full), test | vlefevre | 2016-06-24 | 1 | -3/+13 |
* | | [src/add1sp.c] For MPFR_RNDF, set inexact = 0 (like what is done in | vlefevre | 2016-06-23 | 1 | -2/+2 |
* | | [src/add1sp.c] Avoid the use of uninitialized values with MPFR_RNDF. | vlefevre | 2016-06-23 | 1 | -3/+8 |
* | | start implementing RNDF (work in progress) | zimmerma | 2016-05-28 | 1 | -6/+23 |
|/ |
|
* | removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev) | zimmerma | 2016-05-24 | 1 | -2/+2 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | [src] MPFR_WANT_ASSERT clean-up. | vlefevre | 2014-07-07 | 1 | -5/+3 |
* | Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internal | vlefevre | 2014-03-25 | 1 | -1/+1 |
* | removed an MPFR_LIKELY that is not so likely... | zimmerma | 2014-01-24 | 1 | -2/+2 |
* | Optimization: likely / unlikely, etc. (patch by Patrick PĂ©lissier). | vlefevre | 2014-01-24 | 1 | -42/+36 |
* | [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR, | vlefevre | 2014-01-21 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clash | vlefevre | 2012-08-15 | 1 | -2/+2 |
* | Avoid potential integer overflows and improve consistency. This should | vlefevre | 2012-02-22 | 1 | -1/+1 |