summaryrefslogtreecommitdiff
path: root/mpn/generic/toom33_mul.c
Commit message (Expand)AuthorAgeFilesLines
* mpn/generic/toom[34]*: Use a shorter mul when it's simple to handleMarco Bodrato2021-12-081-2/+3
* 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
* Fixed comment copy-paste error. Spotted by Itai Bar-Natan.Niels M?ller2013-09-131-5/+5
* 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 Granlund2011-05-011-1/+1
* Fix mpn_add_n_sub_n usage.Torbjorn Granlund2010-03-251-4/+6
* Added FIXME comment.Niels Möller2009-12-101-0/+7
* Don't require C99.Marco Bodrato2009-12-051-1/+1
* Sign of ev(-1) passed as a flag.Marco Bodrato2009-12-041-1/+1
* Saved a shift in Toom-3 evaluation.Marco Bodrato2009-11-161-0/+16
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-2/+2
* Toom-33 allocation cleanup.Niels Möller2009-10-281-8/+3
* Rename mpn_addsub_n to mpn_add_n_sub_n.Torbjorn Granlund2009-10-041-6/+6
* Fix indentation.Torbjorn Granlund2009-10-011-2/+2
* Use new toom functions for all recursive products.Torbjorn Granlund2009-09-241-2/+2
* Fix header comments.Torbjorn Granlund2009-06-071-5/+6
* 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-16/+16
* 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-2/+13
* * mpn/toomMN_mul.c: Add scratch parameter. Do recursive multipliesTorbjorn Granlund2008-12-231-0/+280