aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-16/+15
* Change UNSAFE to ZAHL_UNSAFE, so it can be used in zahl-inlines.hMattias Andrée2016-04-291-1/+1
* Fix warningsMattias Andrée2016-04-281-2/+1
* Error-check implies unlikely branchingMattias Andrée2016-04-271-2/+2
* Add option UNSAFE which disables all internal error checksMattias Andrée2016-04-271-1/+7
* Add error checking to tomsfastmath translation and sort includesMattias Andrée2016-04-271-2/+2
* Fix possible memory in zstr on failureMattias Andrée2016-04-271-0/+3
* Add, and use, libzahl_memfailure for conciseness, also fix possible unset errnoMattias Andrée2016-04-261-3/+9
* 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-261-1/+64
* Fix warnings (that were not turned on by default)Mattias Andrée2016-04-081-0/+3
* Split out zahl-inlines.h zahl-internals.h from zahl.h to hide uninteresting stuffMattias Andrée2016-04-071-19/+13
* Rename zsplit_unsigned_fast_small_tainted to zsplit_unsigned_fast_small_autoMattias Andrée2016-03-251-1/+1
* Optimise zsqr, zmul, zstr, zdivmod, zpow, and zpowuMattias Andrée2016-03-161-6/+11
* Fix bug in libzahl_msb_nz_* and optimise and simplify libzahl_reallocMattias Andrée2016-03-151-4/+4
* Remove unnecessary trimMattias Andrée2016-03-151-1/+0
* Optimise zsqr, and optimise zmul a littleMattias Andrée2016-03-151-0/+39
* Optimise zsetup, zgcd, zmul, and zsqr and add -fltoMattias Andrée2016-03-151-24/+71
* Mostly optimisationsMattias Andrée2016-03-141-2/+49
* Multiple changes:Mattias Andrée2016-03-131-4/+52
* OptimisationsMattias Andrée2016-03-131-6/+23
* 64 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanupMattias Andrée2016-03-121-1/+0
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-121-3/+3
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-051-12/+5
* Improve zsub, only copy to temp when necessaryMattias Andrée2016-03-051-0/+1
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-3/+7
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-1/+2
* Add makefile and fix errorsMattias Andrée2016-03-041-2/+3
* Add zptestMattias Andrée2016-03-031-2/+9
* Add zrandMattias Andrée2016-03-031-1/+2
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-2/+22
* Optimised zdivmodMattias Andrée2016-03-031-0/+1
* Optimise zdivmodMattias Andrée2016-03-031-2/+1
* Add zdivmodMattias Andrée2016-03-031-1/+5
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-031-1/+9
* Add zgcdMattias Andrée2016-03-021-1/+3
* Add zsets and zstrMattias Andrée2016-03-021-1/+9
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-021-1/+4
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-2/+4
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-011-12/+3
* Add zsetup, zunsetup, zinit, zfree, zswap, zsave, zload, zbits, and zlsbMattias Andrée2016-03-011-0/+30