aboutsummaryrefslogtreecommitdiffstats
path: root/zahl-internals.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-04-27Minor word fix in STATUSMattias Andrée1-1/+1