summaryrefslogtreecommitdiff
path: root/mpn/generic/mod_1_1.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in last change.Torbjorn Granlund2020-12-051-1/+1
* Provide add_mssaaaa for arm64.Torbjorn Granlund2020-12-041-0/+9
* Add CLOBBER_CC for powerpc asm.Torbjorn Granlund2020-01-151-1/+2
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Test NO_ASM in addition to __GNUC__ in mpn/generic.Marc Glisse2014-09-131-1/+1
* Conditionalise ARM asm on !__thumb__.Torbjorn Granlund2014-03-281-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Encoding conversion to UTF-8Marco Bodrato2013-12-261-1/+1
* Make constant args asm inlines become limbs.Torbjorn Granlund2013-12-031-2/+2
* 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/+2
* (add_mssaaaa): Provide VIS3 variant.Torbjorn Granlund2013-04-171-1/+12
* More of: Make precomputed arg 'const'.Torbjorn Granlund2013-03-271-1/+1
* Make precomputed arg 'const'.Torbjorn Granlund2013-03-271-1/+1
* (s390x): Add __CLOBBER_CC for relevant asm patterns.Torbjorn Granlund2011-10-111-1/+1
* (add_mssaaaa): Add s390x variant. Put arm code inside __GNUC__.Torbjorn Granlund2011-10-101-1/+12
* Disable powerpc asm for _LONG_LONG_LIMB.Torbjorn Granlund2011-03-221-1/+5
* Fix typo from last change.Torbjorn Granlund2011-03-041-1/+1
* Overhaul add_mssaaaa assembly macros.Torbjorn Granlund2011-03-031-46/+57
* Deleted bogus matching constraint in powerpc add_mssaaaa.Niels Möller2011-03-031-3/+2
* Improved add_mssaaaa.Niels Möller2011-03-031-18/+43
* Trivial merge.Torbjorn Granlund2011-03-011-2/+2
|\
| * Typo fix.Niels Möller2011-02-281-2/+2
* | Cast truth value to mask's type.Torbjorn Granlund2011-03-011-1/+1
|/
* New algorithm, configured via MOD_1_1P_METHODNiels Möller2011-02-281-0/+156
* Use udiv_rnnd_preinv.Niels Möller2011-02-281-3/+3
* mpn_mod_1_1p_cps: Added comment on possible improvement in the normalized case.Niels Möller2011-02-261-0/+5
* Store results as they are computed.Torbjorn Granlund2010-06-151-4/+5
* Minor cleanup.Torbjorn Granlund2010-05-161-9/+3
* Micro-optimise.Torbjorn Granlund2010-05-051-4/+3
* Revert last change for mpn_mod_1_1p.Torbjorn Granlund2010-05-041-0/+7
* Avoid multiply for 2 limb feed-in.Torbjorn Granlund2010-05-031-3/+3
* Add a comment.Torbjorn Granlund2009-12-041-1/+1
* (mpn_mod_1_1p_cps): Remove silly ASSERT code.Torbjorn Granlund2009-08-121-12/+0
* Rename mpn_mod_1s_1p to mpn_mod_1_1p and make it handle ay modulus.Torbjorn Granlund2009-07-311-20/+16
* Add proper ASSERT functionality to cps functions.Torbjorn Granlund2009-05-271-6/+15
* Add an ASSERT.Torbjorn Granlund2009-05-181-0/+2
* Rewrite mpn/generic/mod_1.c, add mod_1_1s functions.Torbjorn Granlund2009-01-131-0/+104