summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in mpc_powHEADmasterzimmerma2014-10-141-9/+8
* added test case which shows a bug in mpc_pow, seezimmerma2014-10-141-0/+1
* Drop -pedantic.enge2014-09-111-1/+0
* Drop -Wundef.enge2014-09-111-1/+0
* Correct extraction of CC and CFLAGS from gmp.h, fixes #17410.enge2014-05-121-10/+6
* bench: Execute each operation at least once to avoid division by 0...enge2014-02-061-1/+1
* bench: Print scores with three significant digits.enge2014-02-061-8/+40
* bench: Correct factor of 2 in estimation of ops per second.enge2014-02-061-1/+2
* bench: Speed up tests by executing each one for only 0.1s.enge2014-02-062-2/+3
* bench: Compute internally with double.enge2014-02-061-49/+30
* bench: Add pow.enge2014-02-061-1/+3
* bench: Use 0.1s to get meaningful results on raspberry pi.enge2014-02-051-5/+5
* bench: Start with add/sub before mul/div. Move sqrt to arithmetic functions.enge2014-02-052-9/+11
* [tests] Fix memory leaks.thevenyp2014-01-272-0/+3
* bench: Shorten lines to fit normal terminals.enge2014-01-243-18/+20
* bench: Enable "make bench" in the top directory.enge2014-01-242-1/+7
* improved version of mpfr_fmma, before we had for MPCbench:zimmerma2014-01-231-26/+64
* put back to EXTRA_PROGRAMS (bin_PROGRAMS is installed in /usr/local/bin,zimmerma2014-01-231-1/+1
* make so that mpcbench is compiled with just "make"zimmerma2014-01-231-1/+1
* algorithms.tex: Minor changes.enge2014-01-231-6/+9
* Finished rewrite of AGM in algorithms.tex, added bibliography entry.enge2014-01-232-135/+312
* bench: Avoid warning message with -Wunused-but-set-parameter.enge2014-01-234-10/+9
* mpcbench not compiled by defaultgastineau2014-01-221-3/+0
* mpcbench not compiled by defaultgastineau2014-01-221-1/+4
* add the benchmarkgastineau2014-01-226-5/+442
* tools/coverage: Add copyright line.enge2014-01-221-0/+17
* [tests] Support of sin_cos with the new test framework.thevenyp2014-01-2213-320/+198
* Move mpc_rnd_mode from read_data.c to print_parameter.c.enge2014-01-212-21/+20
* Silence warning messages.enge2014-01-213-15/+21
* Additional clean-up after r1416.thevenyp2014-01-212-1413/+1
* improve coverage, should be back to 100%zimmerma2014-01-202-4/+8
* Slightly generalised error analysis for the AGM, to be continued.enge2014-01-201-20/+21
* New test framework, merged from test branch.thevenyp2014-01-20142-1154/+5607
* Proofreading of the AGM analysis.enge2014-01-202-66/+73
* Enable "-Werror" for user "enge" with g++.enge2014-01-151-1/+1
* fix _POSIX_C_SOURCE refinedgastineau2014-01-151-1/+3
* more information in case of errorzimmerma2014-01-151-1/+4
* NEWS: Update copyright years.enge2014-01-151-1/+1
* Update NEWS.enge2014-01-131-4/+6
* added item and referencezimmerma2014-01-101-0/+4
* copied LOADLIBES from MPFRzimmerma2014-01-101-1/+1
* mpc_asin is now much faster, it remains to check with Sagezimmerma2013-12-241-1/+1
* improve speed of asin for 1+i*y with tiny yzimmerma2013-12-243-1/+74
* added formula for asin(1+i*y) for small yzimmerma2013-12-231-0/+1
* improve starting precision when input is tinyzimmerma2013-12-211-1/+18
* make LOADLIBES work againzimmerma2013-12-211-1/+1
* sin_cos.c: precision was increased by prec/2 too earlyzimmerma2013-12-203-7/+8
* removed "bug" target committed by errorzimmerma2013-12-201-1/+1
* speed up mpc_sin for small inputzimmerma2013-12-202-3/+4
* added warning flagzimmerma2013-12-051-0/+1