aboutsummaryrefslogtreecommitdiffstats
path: root/bench (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-0/+2
* Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée2016-04-293-3/+3
* Fix warningsMattias Andrée2016-04-281-3/+3
* Some documentation and cleanup for benchmark stuffMattias Andrée2016-04-283-58/+70
* Fix warningsMattias Andrée2016-04-282-12/+11
* benchmark-func: use X-macros for function-listingMattias Andrée2016-04-271-80/+57
* More accurate benchmarkingMattias Andrée2016-04-274-77/+155
* Add error checking to tomsfastmath translation and sort includesMattias Andrée2016-04-273-62/+282
* Improve library translationsMattias Andrée2016-04-274-17/+55
* Fix const-correctness in libtommath translation and add error checking in hebimath translationMattias Andrée2016-04-272-177/+460
* Functions in the translation layers should static inline. Probably not always fair...Mattias Andrée2016-04-274-52/+54
* Make benchmark against libtommath more fair: enable error checkingMattias Andrée2016-04-271-104/+343
* Fix benchmark errorMattias Andrée2016-04-273-3/+3
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-276-8/+11
* Add more functions to benchmark-funcMattias Andrée2016-04-241-3/+3
* bench/benchmark-func.c: add support for more functionsMattias Andrée2016-04-241-44/+44
* bench/benchmark-func.cMattias Andrée2016-04-248-2/+400
* Add support for benchmark against hebimathMattias Andrée2016-04-232-11/+374
* Add support for benchmark against TomsFastMathMattias Andrée2016-04-221-0/+293
* Some improvements:Mattias Andrée2016-04-083-3/+36
* Add rand(3), lrand(3), and random(3) to zrandMattias Andrée2016-03-272-2/+65
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-0/+4
* OptimisationsMattias Andrée2016-03-132-3/+13
* Add possibility to compare against libgmpMattias Andrée2016-03-131-0/+193
* Add possibility to compare against libtommathMattias Andrée2016-03-122-1/+194
* Add simple benchmarkerMattias Andrée2016-03-091-0/+132