summaryrefslogtreecommitdiff
path: root/mpn/generic/toom6h_mul.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo in yesterday change to Toom-6'n'half.Marco Bodrato2012-05-301-1/+1
* mpn/generic/toom6h_mul.c: Reduce branches for recursion.Marco Bodrato2012-05-291-22/+33
* mpn/generic/toom6h_mul.c: less branches in the LIKELY balanced path.Marco Bodrato2012-05-291-30/+39
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Whitespace cleanup.Torbjorn Granlund2010-01-041-2/+2
* Prefix name with mpn_.Torbjorn Granlund2009-12-281-5/+5
* New Toom-8.5, with test for _mul.Marco Bodrato2009-12-231-7/+1
* Split toom6h_mul and toom6_sqr.Marco Bodrato2009-12-231-138/+0
* Add prefix to toom_interpolate_12pts.Marco Bodrato2009-12-231-2/+2
* Correct ASSERTs related to toom6h.Marco Bodrato2009-12-231-2/+2
* Speed support for both mpn_toom6h_mul and mpn_toom6_sqr.Marco Bodrato2009-12-211-18/+4
* toom_eval_pm2rexp in a separated file.Marco Bodrato2009-12-211-117/+6
* New shared helper function for high degree Toom.Marco Bodrato2009-12-211-71/+0
* New function and test for Toom-6.5Marco Bodrato2009-12-211-0/+572