summaryrefslogtreecommitdiff
path: root/mpn/generic/mod_1_3.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/mod_1_3.c: Use default in a switch (reduce warnings)Marco Bodrato2020-12-131-3/+2
* mpn/generic/mod_1_3.c: typo in a commentMarco Bodrato2018-10-311-1/+1
* 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
* Make constant args asm inlines become limbs.Torbjorn Granlund2013-12-031-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Cast constant udiv_rnnd_preinv arguments.Torbjorn Granlund2013-05-071-3/+3
* Make precomputed arg 'const'.Torbjorn Granlund2013-03-271-1/+1
* Swap some lines to make it similar to mod_4.c.Torbjorn Granlund2013-01-261-7/+10
* Use udiv_rnnd_preinv.Niels Möller2011-02-281-5/+5
* Minor cleanup.Torbjorn Granlund2010-05-161-10/+4
* Avoid multiply for 2 limb feed-in.Torbjorn Granlund2010-05-031-2/+3
* Cast a switch index.Torbjorn Granlund2010-02-231-3/+4
* Fix typo.Torbjorn Granlund2009-12-251-1/+1
* Get ASSERT right.Torbjorn Granlund2009-12-241-1/+1
* Add proper ASSERT functionality to cps functions.Torbjorn Granlund2009-05-271-1/+13
* Suppport any sizes > 1.Torbjorn Granlund2009-05-181-20/+25
* Rewrite mpn/generic/mod_1.c, add mod_1_1s functions.Torbjorn Granlund2009-01-131-0/+130