aboutsummaryrefslogtreecommitdiffstats
path: root/zahl-internals.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename zahl-{inlines,internals}.h => zahl/{inlines,internals}.hMattias Andrée2016-05-051-170/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zlshMattias Andrée2016-05-041-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise libzahl_memcpy and libzahl_memsetMattias Andrée2016-05-031-6/+50
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* 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>