summaryrefslogtreecommitdiff
path: root/gmp-glue.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+31
* Define and use new TMP_GMP_ALLOC macro.Nikos Mavrogiannopoulos2013-12-151-1/+15
* Add a fallback definition for mpn_sqr.Martin Storsjö2013-04-041-0/+4
* Add fallback functions for mpn_copyd, mpn_copyi and mpn_zero.Martin Storsjö2013-04-041-0/+26
* Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of g...Niels Möller2013-04-041-0/+9
* Renamed gmp-glue functions. Use new GMP functions if available.Niels Möller2013-02-271-40/+53
* New functions in gmp-glue.c.Niels Möller2013-02-181-0/+22
* Functions for mpn <-> mpz conversions.Niels Möller2013-02-151-0/+85