aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Buffer was too smallMattias Andrée2016-05-023-3/+3
* Benchmarking stuffMattias Andrée2016-05-016-13/+165
* Comments from 1-bit 4097-bit benchmarksMattias Andrée2016-05-011-43/+44
* refsheet: remove draft modeMattias Andrée2016-05-011-1/+1
* refsheet: random numbers => randomnessMattias Andrée2016-05-011-1/+1
* refsheet: group title style consistencyMattias Andrée2016-05-011-1/+1
* refsheet: a <- sgn b: use ~ between sgn and bMattias Andrée2016-05-011-1/+1
* refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtypeMattias Andrée2016-05-011-52/+49
* Constants do not need dynamic memoryMattias Andrée2016-05-013-12/+12
* zdiv.3: rationale for truncated divisionMattias Andrée2016-05-011-0/+8
* refsheet: correct definition of zbitsMattias Andrée2016-05-011-1/+1
* refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at allMattias Andrée2016-05-011-4/+4
* refsheet: zperror's param may be empty, which is treated especiallyMattias Andrée2016-05-011-1/+1
* refsheet: style consistenceMattias Andrée2016-05-011-4/+4
* refsheet: use \hspace* to indentMattias Andrée2016-05-011-1/+1
* refsheet: functions usually return void, paremeters are usually z_t (removes typo)Mattias Andrée2016-05-011-1/+1
* refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iffMattias Andrée2016-05-011-1/+1
* Clean up refsheetMattias Andrée2016-05-011-99/+117
* zptest.3: why it is called NONPRIME rather than COMPOSITEMattias Andrée2016-05-011-1/+7
* refsheet: tweak vspace and align the table with the title using hspaceMattias Andrée2016-05-011-2/+4
* Fix Underfull \hbox in the refsheetPetr Vaněk2016-05-011-3/+2
* Fix zrand comment in refsheetMattias Andrée2016-04-301-1/+2
* Fix typosMattias Andrée2016-04-301-2/+2
* Fix typoMattias Andrée2016-04-301-1/+1
* Some things to keep in mind when optimisingMattias Andrée2016-04-301-0/+4
* Use ZAHL_INLINE instead of static inlinePetr Vaněk2016-04-301-2/+2
* Some optimisationsMattias Andrée2016-04-3010-62/+104
* Some optimisationsMattias Andrée2016-04-304-47/+61
* Specify optimisation level on functions in zahl-inlines.hMattias Andrée2016-04-293-40/+49
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-2913-124/+129
* refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpuMattias Andrée2016-04-291-4/+4
* Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée2016-04-297-7/+7
* Use bold, not blackboard boldMattias Andrée2016-04-291-1/+1
* Add refsheetMattias Andrée2016-04-295-3/+160
* Update STATUS for more accurate benchmarksMattias Andrée2016-04-291-33/+33
* Fix warningsMattias Andrée2016-04-281-3/+3
* Some documentation and cleanup for benchmark stuffMattias Andrée2016-04-283-58/+70
* Fix warningsMattias Andrée2016-04-283-14/+12
* benchmark-func: use X-macros for function-listingMattias Andrée2016-04-271-80/+57
* More accurate benchmarkingMattias Andrée2016-04-275-80/+158
* Document UNSAFEMattias Andrée2016-04-271-0/+1
* Error-check implies unlikely branchingMattias Andrée2016-04-278-13/+13
* Add option UNSAFE which disables all internal error checksMattias Andrée2016-04-2712-21/+34
* Minor word fix in STATUSMattias Andrée2016-04-271-1/+1
* Add STATUSMattias Andrée2016-04-271-0/+92
* Optimise zpowu and zmodpowuMattias Andrée2016-04-272-4/+8
* Add error checking to tomsfastmath translation and sort includesMattias Andrée2016-04-275-66/+286
* Improve library translationsMattias Andrée2016-04-276-19/+63
* Fix const-correctness in libtommath translation and add error checking in hebimath translationMattias Andrée2016-04-272-177/+460
* Fix typo, thank you NevenMattias Andrée2016-04-272-4/+4