summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update NEWS and README.dev concerning libtool version.Andreas Enge2015-02-162-1/+2
* Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpcPaul Zimmermann2015-01-092-4/+11
|\
| * Fix valgrind detection.Andreas Enge2014-11-201-4/+7
| * Update NEWS.Andreas Enge2014-11-201-0/+4
* | added referencePaul Zimmermann2015-01-092-1/+7
|/
* Replace m4 macro looking for svn version with one looking for git version.Andreas Enge2014-11-123-14/+14
* fixed bug in mpc_powPaul Zimmermann2014-10-141-9/+8
* added test case which shows a bug in mpc_pow, seePaul Zimmermann2014-10-141-0/+1
* Drop -pedantic.Andreas Enge2014-09-111-1/+0
* Drop -Wundef.Andreas Enge2014-09-111-1/+0
* Correct extraction of CC and CFLAGS from gmp.h, fixes #17410.Andreas Enge2014-05-121-10/+6
* bench: Execute each operation at least once to avoid division by 0...Andreas Enge2014-02-061-1/+1
* bench: Print scores with three significant digits.Andreas Enge2014-02-061-8/+40
* bench: Correct factor of 2 in estimation of ops per second.Andreas Enge2014-02-061-1/+2
* bench: Speed up tests by executing each one for only 0.1s.Andreas Enge2014-02-062-2/+3
* bench: Compute internally with double.Andreas Enge2014-02-061-49/+30
* bench: Add pow.Andreas Enge2014-02-061-1/+3
* bench: Use 0.1s to get meaningful results on raspberry pi.Andreas Enge2014-02-051-5/+5
* bench: Start with add/sub before mul/div. Move sqrt to arithmetic functions.Andreas Enge2014-02-052-9/+11
* [tests] Fix memory leaks.Philippe Theveny2014-01-272-0/+3
* bench: Shorten lines to fit normal terminals.Andreas Enge2014-01-243-18/+20
* bench: Enable "make bench" in the top directory.Andreas Enge2014-01-242-1/+7
* improved version of mpfr_fmma, before we had for MPCbench:Paul Zimmermann2014-01-231-26/+64
* put back to EXTRA_PROGRAMS (bin_PROGRAMS is installed in /usr/local/bin,Paul Zimmermann2014-01-231-1/+1
* make so that mpcbench is compiled with just "make"Paul Zimmermann2014-01-231-1/+1
* algorithms.tex: Minor changes.Andreas Enge2014-01-231-6/+9
* Finished rewrite of AGM in algorithms.tex, added bibliography entry.Andreas Enge2014-01-232-135/+312
* bench: Avoid warning message with -Wunused-but-set-parameter.Andreas Enge2014-01-234-10/+9
* mpcbench not compiled by defaultMickaël Gastineau2014-01-221-3/+0
* mpcbench not compiled by defaultMickaël Gastineau2014-01-221-1/+4
* add the benchmarkMickaël Gastineau2014-01-226-5/+442
* tools/coverage: Add copyright line.Andreas Enge2014-01-221-0/+17
* [tests] Support of sin_cos with the new test framework.Philippe Theveny2014-01-2213-320/+198
* Move mpc_rnd_mode from read_data.c to print_parameter.c.Andreas Enge2014-01-212-21/+20
* Silence warning messages.Andreas Enge2014-01-213-15/+21
* Additional clean-up after r1416.Philippe Theveny2014-01-212-1413/+1
* improve coverage, should be back to 100%Paul Zimmermann2014-01-202-4/+8
* Slightly generalised error analysis for the AGM, to be continued.Andreas Enge2014-01-201-20/+21
* New test framework, merged from test branch.Philippe Theveny2014-01-20142-1154/+5607
* Proofreading of the AGM analysis.Andreas Enge2014-01-202-66/+73
* Enable "-Werror" for user "enge" with g++.Andreas Enge2014-01-151-1/+1
* fix _POSIX_C_SOURCE refinedMickaël Gastineau2014-01-151-1/+3
* more information in case of errorPaul Zimmermann2014-01-151-1/+4
* NEWS: Update copyright years.Andreas Enge2014-01-151-1/+1
* Update NEWS.Andreas Enge2014-01-131-4/+6
* added item and referencePaul Zimmermann2014-01-101-0/+4
* copied LOADLIBES from MPFRPaul Zimmermann2014-01-101-1/+1
* mpc_asin is now much faster, it remains to check with SagePaul Zimmermann2013-12-241-1/+1
* improve speed of asin for 1+i*y with tiny yPaul Zimmermann2013-12-243-1/+74
* added formula for asin(1+i*y) for small yPaul Zimmermann2013-12-231-0/+1