summaryrefslogtreecommitdiff
path: root/mpn/generic/toom4_sqr.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/toom[34]*: Use a shorter mul when it's simple to handleMarco Bodrato2021-12-081-4/+5
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Revert last change in favour of a simple change (thanks Marco!).Torbjorn Granlund2013-01-311-8/+1
* Take toom6h and toom8h into account, using new macro MUL_NEXTALG_THRESHOLD.Torbjorn Granlund2013-01-301-2/+9
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+1
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Add a copyright year.Torbjorn Granlund2010-01-011-1/+1
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-8/+8
* Don't require C99.Marco Bodrato2009-12-051-1/+2
* Merged toom_interpolate_7pts changes.Niels Möller2009-10-311-57/+35
|\
| * Changed evaluation points for toom_interpolate_7pts.Niels Möller2009-10-311-57/+35
* | Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-2/+2
|/
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-3/+3
* Use new toom functions for all recursive products.Torbjorn Granlund2009-09-241-2/+2
* Merged changes to toom2_sqr and toom3_sqr.Niels Möller2009-06-081-99/+60
|\
| * (mpn_toom4_sqr): Reorganized, to reduceNiels Möller2009-06-081-99/+60
* | Fix header comments.Torbjorn Granlund2009-06-071-10/+8
|/
* Major toom multiply changes. See ChangeLog for details.Torbjorn Granlund2009-06-031-8/+0
* Allocate temp space using one TMP_ALLOC call, not multiple TMP_SALLOC.Torbjorn Granlund2009-05-291-5/+5
* Use scratch_out consistently.Torbjorn Granlund2009-04-271-1/+1
* Misc changes, fixing name space issues and compiler warnings.Torbjorn Granlund2009-04-131-1/+0
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* Use coherent MAYBE_ macros for trimming unreachable recursive functions.Torbjorn Granlund2008-12-291-4/+20
* * mpn/toomMN_mul.c: Add scratch parameter. Do recursive multipliesTorbjorn Granlund2008-12-231-0/+208