aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libgmp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add error checking to tomsfastmath translation and sort includesMattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve library translationsMattias Andrée2016-04-271-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Functions in the translation layers should static inline. Probably not always fair...Mattias Andrée2016-04-271-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix benchmark errorMattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* bench/benchmark-func.cMattias Andrée2016-04-241-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some improvements:Mattias Andrée2016-04-081-0/+14
| | | | | | | | | | | - Improve .gitignore - Improve portability of the makefile - Bring the translations, for gmp and tommath, used by the benchmark up to date Signed-off-by: Mattias Andrée <maandree@kth.se>
* OptimisationsMattias Andrée2016-03-131-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add possibility to compare against libgmpMattias Andrée2016-03-131-0/+193
Signed-off-by: Mattias Andrée <maandree@kth.se>