summaryrefslogtreecommitdiff
path: root/mpn/generic/mul_basecase.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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Whitespace cleanup.Torbjorn Granlund2012-03-101-1/+0
* Finish rename of *_KARATSUBA_* to TOOM2/TOOM22, etc.Torbjorn Granlund2009-10-311-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* (MAX_LEFT): Add comment.tege2004-10-251-3/+3
* Improve MAX_LEFT handling, returning when possible.tege2002-05-271-7/+44
* Update pointers before conditional MAX_LEFT break statements.tege2002-05-221-3/+3
* Fix typo in last change.tege2002-05-191-1/+1
* Use mpn_addmul_2, mpn_addmul_3, and mpn_addmul_4, as available.tege2002-05-181-29/+59
* Fix some spacing.tege2002-03-281-2/+2
* Clean up *_THRESHOLD names.tege2002-02-191-2/+2
* * mpn/generic/mul_basecase.c, mpz/mul.c, mpz/n_pow_ui.c,Kevin Ryde2001-12-291-1/+1
* * gmp.texi (Low-level Functions): Move some commented out remarks ...Kevin Ryde2001-02-281-6/+15
* Remove K&R function headers.tege2001-01-021-10/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, mpn/generic/*.c: Add ASSERTs for various parameterKevin Ryde2000-09-251-0/+5
* *** empty log message ***tege2000-07-241-4/+4
* * Call mpn_mul_2 and mpn_addmul_2 if available.tege2000-05-301-13/+34
* Add comment that internal functions should not be used directly.Kevin Ryde2000-04-141-0/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Rename in the comments too.Kevin Ryde2000-02-191-1/+1
* Rename __gmpn_mul_basecase to mpn_mul_basecase.Kevin Ryde2000-02-191-2/+2
* New file.tege1997-07-251-0/+61