aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ar(1)'s s-flag instead of invoking ranlib(1)Tom Schwindl2022-07-211-1/+0
| | | | | ranlib(1) is legacy and not even part of POSIX anymore, ar(1) can do the same job with the s-flag (which is an XSI-extension, but whatever).
* Some small improvementsMattias Andrée2016-05-071-9/+3
| | | | 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>
* Add refsheetMattias Andrée2016-04-291-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document UNSAFEMattias Andrée2016-04-271-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rand(3), lrand(3), and random(3) to zrandMattias Andrée2016-03-271-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Mostly optimisationsMattias Andrée2016-03-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* -O3 seem to produce fastest binary1.0Mattias Andrée2016-03-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Makefile: add install and uninstallMattias Andrée2016-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-0/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>