summaryrefslogtreecommitdiff
path: root/mpn/generic/toom_interpolate_8pts.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Torbjorn Granlund2017-02-161-1/+1
* mpn/generic/toom_interpolate_8pts.c: Use _nc to propagate a carryMarco Bodrato2016-12-291-6/+6
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* changed mpn/generic/toom_interpolate_8pts.c: clarify an ASSERT (spotted by Ha...Marco Bodrato2014-11-131-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
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* toom_interpolate_8pts: compute carry only when non-trivial.Marco Bodrato2012-02-201-4/+4
* Make toom63 handle slightly more unbalanced operands.Torbjorn Granlund2012-02-021-1/+4
* Define and use sublsh2_n*_ip1.Marco Bodrato2011-03-111-2/+2
* Correct use of sublsh.Marco Bodrato2011-02-071-2/+2
* Use sublsh2 in Toom-4.5 .Marco Bodrato2010-03-201-3/+9
* (mpn_pi1_bdiv_q_1): Renamed from mpn_bdiv_q_1_pi1.Torbjorn Granlund2009-12-211-4/+4
* Nailify toom_interpolate_8pts.Marco Bodrato2009-12-191-1/+6
* Further clean-up for toom63.Marco Bodrato2009-12-181-0/+9
* toom63: simplify carry/borrow handling.Marco Bodrato2009-12-181-15/+18
* Move var declaration at the beginning of the function.Marco Bodrato2009-12-181-5/+10
* Provide mpn_toom63_mul with unit testing program.Torbjorn Granlund2009-12-181-0/+170