aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-05Fix makefileMattias Andrée1-1/+1
2016-05-05Optimise zadd on x86-64Mattias Andrée1-4/+96
2016-05-04Optimise zaddMattias Andrée1-11/+17
2016-05-04Optimise zlshMattias Andrée3-15/+49
2016-05-04Optimise znotMattias Andrée5-15/+41
2016-05-04Optimise zand, zor, and zxorMattias Andrée4-72/+43
2016-05-04Fix indentMattias Andrée1-1/+1
2016-05-03Update STATUSMattias Andrée1-6/+6
2016-05-03Update STATUSMattias Andrée1-6/+6
2016-05-03Optimise libzahl_memcpy and libzahl_memsetMattias Andrée3-8/+53
2016-05-03Optimise zswapMattias Andrée2-14/+28
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