summaryrefslogtreecommitdiff
path: root/mpn/generic/toom43_mul.c
Commit message (Expand)AuthorAgeFilesLines
* many mpn/generic/toom: Better handling short recursionMarco Bodrato2020-12-191-2/+7
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Silence some other warnings...Marco Bodrato2015-10-161-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
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-6/+6
* Removed some branches in Toom evaluations.Marco Bodrato2009-12-041-5/+3
* Spacing cleanups.Torbjorn Granlund2009-11-141-1/+1
* mpn_toom43_mul: Use mpn_toom_eval_dgr3_pm2Niels Möller2009-10-311-29/+2
* Use mpn_toom_eval_dgr3_pm1 also in toom43 and toom42.Niels Möller2009-10-291-24/+2
* Made mpn_toom43_mul use supplied scratch space, not TMP_ALLOC.Niels Möller2009-10-211-36/+9
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-12/+12
* Major toom multiply changes. See ChangeLog for details.Torbjorn Granlund2009-06-031-0/+301