summaryrefslogtreecommitdiff
path: root/mpn/generic/toom_interpolate_7pts.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/toom_interpolate_*.c: Use rsh1 also for negatives.Marco Bodrato2015-12-101-1/+7
* mpn/generic/toom_interpolate_7pts.c: Replace an in-place add with add_n + INC...Marco Bodrato2014-08-021-2/+5
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* (BINVERT_15): Fix typo.Torbjorn Granlund2013-12-031-2/+2
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* (mpn_pi1_bdiv_q_1): Renamed from mpn_bdiv_q_1_pi1.Torbjorn Granlund2009-12-211-9/+9
* Don't require C99.Marco Bodrato2009-12-051-1/+2
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-4/+4
* Changed evaluation points for toom_interpolate_7pts.Niels Möller2009-10-311-49/+54
* Improved asserts and comments for toom_interpolate_7pts.Niels Möller2009-06-081-16/+21
* mpn_toom_interpolate_7pts: Minor cleanup, use mpn_add rather than mpn_add_n +...Niels Möller2009-06-051-4/+1
* *** empty log message ***Torbjorn Granlund2009-06-051-0/+28
* Major toom multiply changes. See ChangeLog for details.Torbjorn Granlund2009-06-031-13/+3
* Toom overhaul by Marco Bodrato. See ChangeLog for details.Torbjorn Granlund2009-06-021-26/+54
* Nailify.Torbjorn Granlund2009-04-281-3/+4
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* (divexact_2exp): Make this static, and inline it.Torbjorn Granlund2008-12-071-1/+1
* Use new mpn_divexact_byN functions.Torbjorn Granlund2008-09-161-5/+13
* Use mpn_divexact_by3c instead of divexact_odd.Torbjorn Granlund2008-09-051-1/+1
* New files for toom multiplication extensions and division rewrite.tege2007-09-181-0/+192