summaryrefslogtreecommitdiff
path: root/mpn/generic/redc_n.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Add a parameter ASSERT.Torbjorn Granlund2012-03-031-1/+5
* Update redc_1 and redc_2 to do the add_n but not the conditional sub_n.Torbjorn Granlund2012-02-191-1/+1
* Reduce memory usage for {mul,sqr}mod_bnm1.Marco Bodrato2010-01-261-3/+1
* Remove defunct TODO item.Torbjorn Granlund2009-12-221-4/+0
* Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.Torbjorn Granlund2009-12-061-1/+1
* Rework temp allocation.Torbjorn Granlund2009-12-011-10/+10
* Set min_size to 16 for redc_n tuning.Torbjorn Granlund2009-11-281-0/+2
* Use mpn_mulmod_bnm1 instead of mpn_mul_n.Torbjorn Granlund2009-11-281-3/+28
* Fix typos.Torbjorn Granlund2009-11-221-1/+1
* Rewrite mpz_powm.Torbjorn Granlund2009-11-221-0/+45