| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-05-01 | refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtype | Mattias Andrée | 1 | -52/+49 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | Constants do not need dynamic memory | Mattias Andrée | 3 | -12/+12 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | zdiv.3: rationale for truncated division | Mattias Andrée | 1 | -0/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: correct definition of zbits | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at all | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: zperror's param may be empty, which is treated especially | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: style consistence | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: use \hspace* to indent | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: functions usually return void, paremeters are usually z_t (removes typo) | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iff | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | Clean up refsheet | Mattias Andrée | 1 | -99/+117 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | zptest.3: why it is called NONPRIME rather than COMPOSITE | Mattias Andrée | 1 | -1/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: tweak vspace and align the table with the title using hspace | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | Fix Underfull \hbox in the refsheet | Petr Vaněk | 1 | -3/+2 | |
| The macro \\ should not be used when an empty line follows. | |||||
| 2016-04-30 | Fix zrand comment in refsheet | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-30 | Fix typos | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-30 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-30 | Some things to keep in mind when optimising | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-30 | Use ZAHL_INLINE instead of static inline | Petr Vaněk | 1 | -2/+2 | |
| 2016-04-30 | Some optimisations | Mattias Andrée | 10 | -62/+104 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-30 | Some optimisations | Mattias Andrée | 4 | -47/+61 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Specify optimisation level on functions in zahl-inlines.h | Mattias Andrée | 3 | -40/+49 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark | Mattias Andrée | 13 | -124/+129 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpu | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.h | Mattias Andrée | 7 | -7/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Use bold, not blackboard bold | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Add refsheet | Mattias Andrée | 5 | -3/+160 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Update STATUS for more accurate benchmarks | Mattias Andrée | 1 | -33/+33 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-28 | Fix warnings | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-28 | Some documentation and cleanup for benchmark stuff | Mattias Andrée | 3 | -58/+70 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-28 | Fix warnings | Mattias Andrée | 3 | -14/+12 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | benchmark-func: use X-macros for function-listing | Mattias Andrée | 1 | -80/+57 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | More accurate benchmarking | Mattias Andrée | 5 | -80/+158 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | Document UNSAFE | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | Error-check implies unlikely branching | Mattias Andrée | 8 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | Add option UNSAFE which disables all internal error checks | Mattias Andrée | 12 | -21/+34 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-27 | Minor word fix in STATUS | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
