aboutsummaryrefslogtreecommitdiffstats
path: root/zahl-internals.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoMattias Andrée2016-04-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some things to keep in mind when optimisingMattias Andrée2016-04-301-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use ZAHL_INLINE instead of static inlinePetr Vaněk2016-04-301-2/+2
|
* Some optimisationsMattias Andrée2016-04-301-8/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Specify optimisation level on functions in zahl-inlines.hMattias Andrée2016-04-291-2/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Ensure that failure does not result in memory leakMattias Andrée2016-04-261-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warnings (that were not turned on by default)Mattias Andrée2016-04-081-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuffMattias Andrée2016-04-071-0/+63
Signed-off-by: Mattias Andrée <maandree@kth.se>