summaryrefslogtreecommitdiff
path: root/mpn/generic/toom53_mul.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/toom53_mul.c: Use _ip1 when available.Marco Bodrato2016-01-031-7/+7
* Insert parentheses around & expressions within | expressions.Hans Wennborg2015-10-161-1/+1
* Replace many TMP_SALLOC invocations by a single TMP_ALLOC.Torbjorn Granlund2014-06-081-12/+13
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Typo in a comment.Marco Bodrato2012-04-141-1/+1
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-6/+6
* Use toom_eval_ in toom52.Marco Bodrato2009-12-041-4/+6
* Removed some branches in Toom evaluations.Marco Bodrato2009-12-041-6/+2
* Cleared spurious product from toom53.Marco Bodrato2009-12-011-4/+0
* New function toom_eval_pm2.Niels Möller2009-11-191-1/+1
* Use the new mpn_addlsh2_n in Toom evaluation.Marco Bodrato2009-11-161-4/+7
* Spacing cleanups.Torbjorn Granlund2009-11-141-2/+2
* Fixed a typoMarco Bodrato2009-11-071-1/+1
* Changed evaluation points for toom_interpolate_7pts.Niels Möller2009-10-311-141/+98
* 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-10/+3
* Fix typo in a comment.Torbjorn Granlund2009-06-021-1/+1
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* * mpn/toomMN_mul.c: Add scratch parameter. Do recursive multipliesTorbjorn Granlund2008-12-231-0/+373