aboutsummaryrefslogtreecommitdiffstats
path: root/doc/refsheet.tex (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-02plot: adjust y-axisMattias Andrée1-0/+5
2016-05-02plot: merge identical graphsMattias Andrée1-40/+63
2016-05-02Suppress false -Wclobbered warningMattias Andrée1-2/+2
2016-05-02Fix typo in merge-benchmark-funcMattias Andrée1-1/+1
2016-05-02benchmarking: add ability to choose cpu, and add 1D functions to benchmark-funcMattias Andrée2-4/+45
2016-05-02Update STATUSMattias Andrée1-1/+2
2016-05-02zstr: do not calculate the exact output size, calculate something easierMattias Andrée1-9/+5
2016-05-02Buffer was too smallMattias Andrée3-3/+3
2016-05-01Benchmarking stuffMattias Andrée6-13/+165
2016-05-01Comments from 1-bit 4097-bit benchmarksMattias Andrée1-43/+44
2016-05-01refsheet: remove draft modeMattias Andrée1-1/+1
2016-05-01refsheet: random numbers => randomnessMattias Andrée1-1/+1
2016-05-01refsheet: group title style consistencyMattias Andrée1-1/+1
2016-05-01refsheet: a <- sgn b: use ~ between sgn and bMattias Andrée1-1/+1
2016-05-01refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtypeMattias Andrée1-52/+49
2016-05-01Constants do not need dynamic memoryMattias Andrée3-12/+12
2016-05-01zdiv.3: rationale for truncated divisionMattias Andrée1-0/+8
2016-05-01refsheet: correct definition of zbitsMattias Andrée1-1/+1
2016-05-01refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at allMattias Andrée1-4/+4
2016-05-01refsheet: zperror's param may be empty, which is treated especiallyMattias Andrée1-1/+1
2016-05-01refsheet: style consistenceMattias Andrée1-4/+4
2016-05-01refsheet: use \hspace* to indentMattias Andrée1-1/+1
2016-05-01refsheet: functions usually return void, paremeters are usually z_t (removes typo)Mattias Andrée1-1/+1
2016-05-01refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iffMattias Andrée1-1/+1
2016-05-01Clean up refsheetMattias Andrée1-99/+117
2016-05-01zptest.3: why it is called NONPRIME rather than COMPOSITEMattias Andrée1-1/+7
2016-05-01refsheet: tweak vspace and align the table with the title using hspaceMattias Andrée1-2/+4
2016-05-01Fix Underfull \hbox in the refsheetPetr Vaněk1-3/+2
2016-04-30Fix zrand comment in refsheetMattias Andrée1-1/+2
2016-04-30Fix typosMattias Andrée1-2/+2
2016-04-30Fix typoMattias Andrée1-1/+1
2016-04-30Some things to keep in mind when optimisingMattias Andrée1-0/+4
2016-04-30Use ZAHL_INLINE instead of static inlinePetr Vaněk1-2/+2
2016-04-30Some optimisationsMattias Andrée10-62/+104
2016-04-30Some optimisationsMattias Andrée4-47/+61
2016-04-29Specify optimisation level on functions in zahl-inlines.hMattias Andrée3-40/+49
2016-04-29Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée13-124/+129
2016-04-29refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpuMattias Andrée1-4/+4
2016-04-29Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée7-7/+7
2016-04-29Use bold, not blackboard boldMattias Andrée1-1/+1
2016-04-29Add refsheetMattias Andrée5-3/+160
2016-04-29Update STATUS for more accurate benchmarksMattias Andrée1-33/+33
2016-04-28Fix warningsMattias Andrée1-3/+3
2016-04-28Some documentation and cleanup for benchmark stuffMattias Andrée3-58/+70
2016-04-28Fix warningsMattias Andrée3-14/+12
2016-04-27benchmark-func: use X-macros for function-listingMattias Andrée1-80/+57
2016-04-27More accurate benchmarkingMattias Andrée5-80/+158
2016-04-27Document UNSAFEMattias Andrée1-0/+1
2016-04-27Error-check implies unlikely branchingMattias Andrée8-13/+13
2016-04-27Add option UNSAFE which disables all internal error checksMattias Andrée12-21/+34