aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update STATUSMattias Andrée2016-05-061-17/+23
* Optimise ztruncMattias Andrée2016-05-052-32/+61
* OptimisationsMattias Andrée2016-05-053-94/+77
* Optimise and use __ around all compiler extensionsMattias Andrée2016-05-051-9/+13
* Rename zahl-{inlines,internals}.h => zahl/{inlines,internals}.hMattias Andrée2016-05-054-12/+14
* Update STATUSMattias Andrée2016-05-051-20/+20
* Fix makefileMattias Andrée2016-05-051-1/+1
* Optimise zadd on x86-64Mattias Andrée2016-05-051-4/+96
* Optimise zaddMattias Andrée2016-05-041-11/+17
* Optimise zlshMattias Andrée2016-05-043-15/+49
* Optimise znotMattias Andrée2016-05-045-15/+41
* Optimise zand, zor, and zxorMattias Andrée2016-05-044-72/+43
* Fix indentMattias Andrée2016-05-041-1/+1
* Update STATUSMattias Andrée2016-05-031-6/+6
* Update STATUSMattias Andrée2016-05-031-6/+6
* Optimise libzahl_memcpy and libzahl_memsetMattias Andrée2016-05-033-8/+53
* Optimise zswapMattias Andrée2016-05-032-14/+28
* plot: adjust y-axisMattias Andrée2016-05-021-0/+5
* plot: merge identical graphsMattias Andrée2016-05-021-40/+63
* Suppress false -Wclobbered warningMattias Andrée2016-05-021-2/+2
* Fix typo in merge-benchmark-funcMattias Andrée2016-05-021-1/+1
* benchmarking: add ability to choose cpu, and add 1D functions to benchmark-funcMattias Andrée2016-05-022-4/+45
* Update STATUSMattias Andrée2016-05-021-1/+2
* zstr: do not calculate the exact output size, calculate something easierMattias Andrée2016-05-021-9/+5
* 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