summaryrefslogtreecommitdiff
path: root/mpn/generic/toom3_sqr.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/toom[34]*: Use a shorter mul when it's simple to handleMarco Bodrato2021-12-081-24/+20
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/toom3*.c: Use _ip1 when availableMarco Bodrato2015-12-111-5/+5
* 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
* Fix mpn_add_n_sub_n usage.Torbjorn Granlund2010-03-251-2/+3
* 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
* Sign of ev(-1) passed as a flag.Marco Bodrato2009-12-041-1/+1
* Updated Toom-3 evaluation for squaring too...Marco Bodrato2009-11-161-1/+9
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-2/+2
* Toom-33 allocation cleanup.Niels Möller2009-10-281-7/+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
* Reduce local scratch space.Torbjorn Granlund2009-06-071-20/+19
* Major toom multiply changes. See ChangeLog for details.Torbjorn Granlund2009-06-031-8/+0
* Toom overhaul by Marco Bodrato. See ChangeLog for details.Torbjorn Granlund2009-06-021-1/+1
* Use scratch_out consistently.Torbjorn Granlund2009-04-271-1/+1
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* Use coherent MAYBE_ macros for trimming unreachable recursive functions.Torbjorn Granlund2008-12-291-3/+14
* * mpn/toomMN_mul.c: Add scratch parameter. Do recursive multipliesTorbjorn Granlund2008-12-231-0/+208