summaryrefslogtreecommitdiff
path: root/mpn/generic/toom2_sqr.c
Commit message (Expand)AuthorAgeFilesLines
* many mpn/generic/toom: Better handling short recursionMarco Bodrato2020-12-191-3/+3
* ChangeLogMarco Bodrato2018-04-251-1/+1
* toom2{_sqr,2_mul}.c: better handling a special case (tx Paul, Raphae"l)Marco Bodrato2018-04-231-6/+16
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/toom2_sqr.c; Add some ASSERTs.Marco Bodrato2015-06-081-3/+3
* mpn/generic/toom2*: Avoid a few branches in the odd case.Marco Bodrato2014-05-161-6/+6
* 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
* mpn/generic/toom[23]*: Override global __gmpn_cpuvec_initialized with a local...Marco Bodrato2012-05-101-0/+1
* Disable MAYBE_ if WANT_FAT_BINARY. In toom2 and toom3 code.Marco Bodrato2012-05-051-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-4/+4
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-1/+1
* Make it actually work.Torbjorn Granlund2009-06-071-3/+4
* Fix header comments.Torbjorn Granlund2009-06-071-5/+3
* 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-3/+10
* * mpn/toomMN_mul.c: Add scratch parameter. Do recursive multipliesTorbjorn Granlund2008-12-231-0/+129