summaryrefslogtreecommitdiff
path: root/mpn/generic/toom_interpolate_6pts.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/toom_interpolate_6pts.c: Borrow code from _7pts.Marco Bodrato2019-11-091-2/+4
* 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 copyright years.Torbjorn Granlund2012-11-201-1/+1
* Remove a wrong LIKELY()Marco Bodrato2012-05-201-1/+1
* Define and use sublsh2_n*_ip1.Marco Bodrato2011-03-111-4/+4
* Call mpn_sublsh2_n and mpn_sublsh_n with correct args.Torbjorn Granlund2010-03-191-2/+2
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Some more reordering in toom_interpolate_6pts.Marco Bodrato2010-01-031-15/+10
* Small reorganisation in toom_interpolate_6pts.Marco Bodrato2010-01-031-18/+22
* (mpn_pi1_bdiv_q_1): Renamed from mpn_bdiv_q_1_pi1.Torbjorn Granlund2009-12-211-2/+2
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-1/+1
* Reverted some changes on toom_interpolate_6pts to improve branch prediction.Marco Bodrato2009-11-041-3/+3
* toom_interpolate_6pts: removed an addmul_1 where addlsh or lshift+add can do.Marco Bodrato2009-11-031-6/+27
* Deleted incorrect comment.Niels Möller2009-06-081-21/+0
* Major toom multiply changes. See ChangeLog for details.Torbjorn Granlund2009-06-031-0/+230