aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-29Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée2-2/+2
2016-04-28Fix warningsMattias Andrée1-2/+1
2016-04-27Error-check implies unlikely branchingMattias Andrée8-13/+13
2016-04-27Add option UNSAFE which disables all internal error checksMattias Andrée11-21/+30
2016-04-27Optimise zpowu and zmodpowuMattias Andrée2-4/+8
2016-04-27Add error checking to tomsfastmath translation and sort includesMattias Andrée1-2/+2
2016-04-27Improve library translationsMattias Andrée1-0/+1
2016-04-27Fix possible memory in zstr on failureMattias Andrée3-1/+6
2016-04-27zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée1-8/+22
2016-04-26Add, and use, libzahl_memfailure for conciseness, also fix possible unset errnoMattias Andrée4-15/+15
2016-04-26zzero1 did not guarantee that all arguments were evaulated exactly once, thus made static inlineMattias Andrée1-1/+6
2016-04-26Ensure that failure does not result in memory leakMattias Andrée5-14/+91
2016-04-08Fix warnings (that were not turned on by default)Mattias Andrée8-28/+23
2016-04-07Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuffMattias Andrée1-19/+13
2016-04-07zptest: use DEFAULT_RANDOMMattias Andrée1-1/+1
2016-03-27Add rand(3), lrand(3), and random(3) to zrandMattias Andrée1-28/+133
2016-03-25zrand: add DEFAULT_RANDOM and FASTEST_RANDOMMattias Andrée1-0/+2
2016-03-25zrand: add MODUNIFORM and add tests for QUASIUNIFORM and MODUNIFORMMattias Andrée1-0/+8
2016-03-25Rename zsplit_unsigned_fast_small_tainted to zsplit_unsigned_fast_small_autoMattias Andrée2-2/+2
2016-03-16Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée7-91/+168
2016-03-15Fix bug in libzahl_msb_nz_* and optimise and simplify libzahl_reallocMattias Andrée2-17/+11
2016-03-15Remove unnecessary trimMattias Andrée1-1/+0
2016-03-15Optimise zsqr, and optimise zmul a littleMattias Andrée3-55/+112
2016-03-15Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée8-106/+156
2016-03-15OptimisationsMattias Andrée10-137/+64
2016-03-14Mostly optimisationsMattias Andrée15-158/+195
2016-03-14Fix so that no workaround is required.Mattias Andrée1-6/+1
2016-03-14Cleaner workaround for clang bugMattias Andrée1-32/+15
2016-03-14Add reference to clang bug reportMattias Andrée1-0/+1
2016-03-13Multiple changes:Mattias Andrée37-147/+219
2016-03-13OptimisationsMattias Andrée34-143/+115
2016-03-13Make zabs, zneg and zswap inlineMattias Andrée3-32/+0
2016-03-1264 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanupMattias Andrée2-20/+0
2016-03-1264-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée4-22/+16
2016-03-07A brief description of exponentiation by squaringMattias Andrée1-0/+6
2016-03-07Fix another typoMattias Andrée1-1/+1
2016-03-06Fix typoMattias Andrée1-1/+1
2016-03-06A description of the Karatsuba algorithmMattias Andrée1-0/+6
2016-03-05Clean upMattias Andrée1-2/+0
2016-03-05Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée5-16/+90
2016-03-05zinit is now an inline functionMattias Andrée1-10/+0
2016-03-05Improve zsub, only copy to temp when necessaryMattias Andrée2-15/+15
2016-03-05Fix bugs and add a randomised testingMattias Andrée8-48/+63
2016-03-04Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée23-109/+172
2016-03-04Clean up, fix a few bugs, and add a testMattias Andrée17-47/+62
2016-03-04Add makefile and fix errorsMattias Andrée48-97/+88
2016-03-03Add zptestMattias Andrée2-2/+77
2016-03-03Add zrandMattias Andrée2-1/+97
2016-03-03Cleanup and fix bug in ztruncMattias Andrée23-193/+134
2016-03-03zsets: minor optimisationMattias Andrée1-1/+4