| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and the | vlefevre | 2018-04-11 | 1 | -2/+9 |
* | Minor date-related changes as in the trunk: | vlefevre | 2018-01-09 | 1 | -1/+1 |
* | [src/mul.c] Reindentation. | vlefevre | 2017-12-20 | 1 | -1/+1 |
* | Removed trailing whitespace. | vlefevre | 2017-12-18 | 1 | -1/+1 |
* | [src/mul.c] we should compare the smaller size and not the larger one to | zimmerma | 2017-12-18 | 1 | -1/+1 |
* | [src/mul.c] with Mulders', convert RNDF to RNDZ | zimmerma | 2017-12-18 | 1 | -14/+6 |
* | [src/{mul.c,sqr.c}] Minor changes, making code similar to sub1sp.c. | vlefevre | 2017-12-14 | 1 | -4/+4 |
* | [src] Replaced some "return 0" by "MPFR_RET (0)" (the generated code | vlefevre | 2017-12-07 | 1 | -4/+4 |
* | [src] Clean up of debugging output functions: | vlefevre | 2017-09-29 | 1 | -8/+8 |
* | fixed a bug in mpfr_mul for RNDF when Mulders' algorithm is used | zimmerma | 2017-06-02 | 1 | -11/+14 |
* | Merged the latest changes from the trunk, including some old changesets | vlefevre | 2017-05-04 | 1 | -20/+120 |
|\ |
|
| * | [src/mul.c] Like in add1sp.c and sub1sp.c, do not define the specific | vlefevre | 2017-04-27 | 1 | -0/+4 |
| * | [src/mul.c] simplified logic for special code | zimmerma | 2017-02-08 | 1 | -12/+11 |
| * | [src/sqr.c] new code for p = GMP_NUMB_BITS, and small improvement in mpfr_sqr_1 | zimmerma | 2017-02-08 | 1 | -9/+12 |
| * | [src/mul.c] added special code for prec=GMP_NUMB_BITS | zimmerma | 2017-02-08 | 1 | -0/+94 |
| * | [src/mul.c] Disable mpfr_mul_{1,2,3} if MPFR_GENERIC_ABI is defined. | vlefevre | 2017-01-27 | 1 | -0/+3 |
| * | [src/mul.c] Removed useless parentheses that can inhibit warnings. | vlefevre | 2017-01-27 | 1 | -9/+10 |
| * | [src/mul.c] Updated TODO. | vlefevre | 2017-01-26 | 1 | -3/+3 |
| * | [src/mul.c] Added a TODO about an optimization. | vlefevre | 2017-01-26 | 1 | -0/+3 |
| * | [src/mul.c] Bug fix in mpfr_mul_3; tmul no longer fails (64-bit ABI). | vlefevre | 2017-01-09 | 1 | -1/+1 |
| * | [src/mul.c] Define aq = MPFR_GET_PREC (a), and use this. | vlefevre | 2017-01-08 | 1 | -19/+18 |
| * | [src/mul.c] added mpfr_mul_3 | zimmerma | 2017-01-08 | 1 | -9/+155 |
| * | fixed underflow bug by replacing !MPFR_IS_LIKE_RNDZ by new macro | zimmerma | 2017-01-05 | 1 | -2/+2 |
| * | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
| * | [src/mul.c] small speedup in mpfr_mul_2 by not computing the product b0*c0 | zimmerma | 2016-12-30 | 1 | -9/+29 |
| * | [src/mul.c] fixed typo in comment | zimmerma | 2016-12-30 | 1 | -1/+1 |
| * | [src/mul.c] fixed regression for 1/2 limbs introduced in revision 11098: | zimmerma | 2016-12-30 | 1 | -6/+10 |
| * | [src/sqr.c] use special code for 1 and 2 limbs | zimmerma | 2016-12-28 | 1 | -6/+8 |
| * | likewise for mpfr_mul_2() | zimmerma | 2016-12-09 | 1 | -1/+2 |
| * | fixed bug in mpfr_mul_1() introduced in r11004 and added test case | zimmerma | 2016-12-09 | 1 | -1/+2 |
| * | [src/mul.c] Slight improvement (but shouldn't affect the generated code | vlefevre | 2016-12-09 | 1 | -1/+3 |
| * | [mul.c] likewise for mpfr_mul_2() | zimmerma | 2016-12-09 | 1 | -2/+1 |
| * | [mul.c] simplified mpfr_mul_1() | zimmerma | 2016-12-09 | 1 | -2/+1 |
| * | fixed similar bug in mpfr_mul_2() + non-regression test | zimmerma | 2016-12-09 | 1 | -13/+6 |
| * | [mul.c] simplified the code and fixed a bug | zimmerma | 2016-12-09 | 1 | -24/+23 |
| * | [src/mul.c] mulsp1 -> mul_1, mulsp2 -> mul_2 (the precision of operands is not | zimmerma | 2016-09-08 | 1 | -4/+4 |
| * | [src/mul.c] speedup for 2 limbs: numactl --physcpubind=0 ./mfv5 -p113 mpfr_mul | zimmerma | 2016-07-29 | 1 | -6/+118 |
| * | [src/mul.c] removed useless code | zimmerma | 2016-07-29 | 1 | -1/+0 |
| * | [src/mul.c] code simplification | zimmerma | 2016-07-29 | 1 | -1/+1 |
* | | Merged r11198-11280 from the trunk; no conflicts but additional changes: | vlefevre | 2017-05-04 | 1 | -9/+16 |
* | | [src/mul.c] deal with RNDF in mpfr_mul_3 | zimmerma | 2017-01-09 | 1 | -1/+1 |
* | | Merged the latest changes from the trunk (changing a RND_RAND to | vlefevre | 2017-01-09 | 1 | -24/+169 |
* | | Merged the latest changes from the trunk. | vlefevre | 2017-01-06 | 1 | -2/+2 |
* | | Merged the latest changes from the trunk. | vlefevre | 2017-01-01 | 1 | -16/+40 |
* | | Merged the latest changes from the trunk. | vlefevre | 2016-12-29 | 1 | -6/+8 |
* | | Merged the latest changes from the trunk. | vlefevre | 2016-12-15 | 1 | -41/+35 |
* | | added rounding code for RNDF in special routines for 1 and 2 limbs | zimmerma | 2016-12-07 | 1 | -2/+2 |
* | | Merged the latest changes from the trunk except those related to | vlefevre | 2016-12-06 | 1 | -4/+4 |
* | | Merged r10698 from the trunk (it was skipped by mistake in r10776). | vlefevre | 2016-09-02 | 1 | -6/+118 |
* | | Merged the following changesets from the trunk: | vlefevre | 2016-09-02 | 1 | -2/+1 |