aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Error-check implies unlikely branchingMattias Andrée2016-04-278-13/+13
* Add option UNSAFE which disables all internal error checksMattias Andrée2016-04-2711-21/+30
* Optimise zpowu and zmodpowuMattias Andrée2016-04-272-4/+8
* Add error checking to tomsfastmath translation and sort includesMattias Andrée2016-04-271-2/+2
* Improve library translationsMattias Andrée2016-04-271-0/+1
* Fix possible memory in zstr on failureMattias Andrée2016-04-273-1/+6
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-271-8/+22
* Add, and use, libzahl_memfailure for conciseness, also fix possible unset errnoMattias Andrée2016-04-264-15/+15
* zzero1 did not guarantee that all arguments were evaulated exactly once, thus made static inlineMattias Andrée2016-04-261-1/+6
* Ensure that failure does not result in memory leakMattias Andrée2016-04-265-14/+91
* Fix warnings (that were not turned on by default)Mattias Andrée2016-04-088-28/+23
* Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuffMattias Andrée2016-04-071-19/+13
* zptest: use DEFAULT_RANDOMMattias Andrée2016-04-071-1/+1
* Add rand(3), lrand(3), and random(3) to zrandMattias Andrée2016-03-271-28/+133
* zrand: add DEFAULT_RANDOM and FASTEST_RANDOMMattias Andrée2016-03-251-0/+2
* zrand: add MODUNIFORM and add tests for QUASIUNIFORM and MODUNIFORMMattias Andrée2016-03-251-0/+8
* Rename zsplit_unsigned_fast_small_tainted to zsplit_unsigned_fast_small_autoMattias Andrée2016-03-252-2/+2
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-167-91/+168
* Fix bug in libzahl_msb_nz_* and optimise and simplify libzahl_reallocMattias Andrée2016-03-152-17/+11
* Remove unnecessary trimMattias Andrée2016-03-151-1/+0
* Optimise zsqr, and optimise zmul a littleMattias Andrée2016-03-153-55/+112
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-158-106/+156
* OptimisationsMattias Andrée2016-03-1510-137/+64
* Mostly optimisationsMattias Andrée2016-03-1415-158/+195
* Fix so that no workaround is required.Mattias Andrée2016-03-141-6/+1
* Cleaner workaround for clang bugMattias Andrée2016-03-141-32/+15
* Add reference to clang bug reportMattias Andrée2016-03-141-0/+1
* Multiple changes:Mattias Andrée2016-03-1337-147/+219
* OptimisationsMattias Andrée2016-03-1334-143/+115
* Make zabs, zneg and zswap inlineMattias Andrée2016-03-133-32/+0
* 64 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanupMattias Andrée2016-03-122-20/+0
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-124-22/+16
* A brief description of exponentiation by squaringMattias Andrée2016-03-071-0/+6
* Fix another typoMattias Andrée2016-03-071-1/+1
* Fix typoMattias Andrée2016-03-061-1/+1
* A description of the Karatsuba algorithmMattias Andrée2016-03-061-0/+6
* Clean upMattias Andrée2016-03-051-2/+0
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-055-16/+90
* zinit is now an inline functionMattias Andrée2016-03-051-10/+0
* Improve zsub, only copy to temp when necessaryMattias Andrée2016-03-052-15/+15
* Fix bugs and add a randomised testingMattias Andrée2016-03-058-48/+63
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-0423-109/+172
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-0417-47/+62
* Add makefile and fix errorsMattias Andrée2016-03-0448-97/+88
* Add zptestMattias Andrée2016-03-032-2/+77
* Add zrandMattias Andrée2016-03-032-1/+97
* Cleanup and fix bug in ztruncMattias Andrée2016-03-0323-193/+134
* zsets: minor optimisationMattias Andrée2016-03-031-1/+4
* Add zmul and zsqrMattias Andrée2016-03-032-0/+171
* Optimised zdivmodMattias Andrée2016-03-034-10/+39