aboutsummaryrefslogtreecommitdiffstats
path: root/bench/libtommath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix zsave translation for tomsfastmath and libtommathMattias Andrée2016-05-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée2016-04-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix const-correctness in libtommath translation and add error checking in hebimath translationMattias Andrée2016-04-271-3/+3
| | | | 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-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make benchmark against libtommath more fair: enable error checkingMattias Andrée2016-04-271-104/+343
| | | | 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-2/+21
| | | | | | | | | | | - 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-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add possibility to compare against libtommathMattias Andrée2016-03-121-0/+189
Signed-off-by: Mattias Andrée <maandree@kth.se>