| Commit message (Expand) | Author | Age | Files | Lines |
* | (TARG_DIST): Add s390_32 and s390_64, remove s390 and z8000x. | Torbjorn Granlund | 2011-10-04 | 1 | -4/+4 |
* | Moved code for tune-gcd-p to the tune directory. | Niels Möller | 2011-05-24 | 1 | -3/+0 |
* | Get rid of K&R support. | Torbjorn Granlund | 2010-11-09 | 1 | -43/+0 |
* | New Jacobi algorithm, based on Lehmer's algorithm. | Niels Möller | 2010-04-19 | 1 | -1/+1 |
* | Renamed mpn_hgcd_matrix1_inverse_vector to mpn_matrix22_mul1_inverse_vector, ... | Niels Möller | 2010-04-14 | 1 | -1/+1 |
* | New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.) | Torbjorn Granlund | 2009-12-28 | 1 | -2/+2 |
* | (nodist_EXTRA_libmpn_la_SOURCES): Add missing division files. | Torbjorn Granlund | 2009-12-24 | 1 | -3/+7 |
* | New Toom-8.5, with test for _mul. | Marco Bodrato | 2009-12-23 | 1 | -2/+2 |
* | Split toom6h_mul and toom6_sqr. | Marco Bodrato | 2009-12-23 | 1 | -1/+1 |
* | mpn/Makefile.am update. | Marco Bodrato | 2009-12-23 | 1 | -2/+7 |
* | Purge references to mpn_bdivmod. | Torbjorn Granlund | 2009-12-22 | 1 | -5/+5 |
* | Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*. | Torbjorn Granlund | 2009-12-06 | 1 | -1/+1 |
* | New function toom_eval_pm2. | Niels Möller | 2009-11-19 | 1 | -1/+2 |
* | nodist_EXTRA_libmpn_la_SOURCES: Updated list of toom files. | Niels Möller | 2009-10-31 | 1 | -3/+4 |
* | Major toom multiply changes. See ChangeLog for details. | Torbjorn Granlund | 2009-06-03 | 1 | -1/+5 |
* | Properly support mpn_neg_n. | Torbjorn Granlund | 2009-04-30 | 1 | -2/+2 |
* | (TARG_DIST): Add minithres. | Torbjorn Granlund | 2009-04-27 | 1 | -3/+3 |
* | Rewrite mpn/generic/mod_1.c, add mod_1_1s functions. | Torbjorn Granlund | 2009-01-13 | 1 | -0/+1 |
* | (nodist_EXTRA_libmpn_la_SOURCES): Remove gcd_finda. | Torbjorn Granlund | 2008-11-18 | 1 | -1/+1 |
* | Deleted obsolete file mpn/generic/qstack.c | Niels Möller | 2008-10-21 | 1 | -1/+1 |
* | Better rule for tune-gcd-p | Niels Möller | 2008-09-22 | 1 | -1/+1 |
* | Merged changes from main trunk | Niels Möller | 2008-09-22 | 1 | -1/+4 |
|\ |
|
| * | mpn/generic/gcd.c (main): Added code for tuning of CHOOSE_P. | Niels Möller | 2008-09-18 | 1 | -0/+2 |
| * | New function mpn_matrix22_mul, using Strassen multiplication. | Niels Möller | 2008-09-15 | 1 | -1/+2 |
* | | Add support, testing, and timing of mpn_mul_3 and mpn_mul_4. | Torbjorn Granlund | 2008-09-08 | 1 | -1/+1 |
|/ |
|
* | Update license to version 3. | tege | 2007-09-18 | 1 | -4/+2 |
* | (nodist_EXTRA_libmpn_la_SOURCES): Add mul_toom22.c, | tege | 2006-12-29 | 1 | -0/+1 |
* | Update FSF's address. | tege | 2006-02-15 | 1 | -2/+2 |
* | Add a copyright year. | tege | 2005-11-01 | 1 | -1/+1 |
* | (TARG_DIST): Change "amd64" => "x86_64". | tege | 2005-08-16 | 1 | -2/+2 |
* | Compile mullow_n.c and mullow_basecase.c | tege | 2004-05-05 | 1 | -1/+1 |
* | * gmp-impl.h (MPN_LEQ_P, MPN_EXTRACT_LIMB): New macros. | Niels Möller | 2003-11-25 | 1 | -2/+3 |
* | (TARG_DIST): Add amd64. | tege | 2003-09-22 | 1 | -2/+2 |
* | * mpn/generic/get_d.c: New file, based on mpz/get_d.c and insert-dbl.c. | Kevin Ryde | 2003-07-13 | 1 | -1/+1 |
* | * mpn/Makefile.am (EXTRA_DIST): Remove Makeasm.am, automake 1.7.2 does | Kevin Ryde | 2002-12-12 | 1 | -1/+1 |
* | * configure.in: (AM_INIT_AUTOMAKE): Use "gnu no-dependencies | Kevin Ryde | 2002-12-12 | 1 | -2/+0 |
* | * mpn/Makefile.am (nodist_EXTRA_libmpn_la_SOURCES): Use this rather | Kevin Ryde | 2002-11-28 | 1 | -7/+5 |
* | Oops, didn't mean to change EXTRA_DIST with this: | Kevin Ryde | 2002-11-14 | 1 | -1/+1 |
* | * mpn/Makefile.am (nodist_libdummy_la_SOURCES): Add addmul_2.c | Kevin Ryde | 2002-11-14 | 1 | -2/+5 |
* | * gen-psqr.c: New file. | Kevin Ryde | 2002-10-03 | 1 | -0/+2 |
* | * Makefile.am, mpn/Makefile.am: Generate fib_table.h, mpn/fib_table.c. | Kevin Ryde | 2002-06-22 | 1 | -1/+10 |
* | * mpn/Makefile.am: mp_bases.c now in nodist_libmpn_la_SOURCES. | Kevin Ryde | 2002-06-14 | 1 | -1/+1 |
* | (nodist_libdummy_la_SOURCES): Add rootrem.c and pow_1.c | tege | 2002-05-09 | 1 | -2/+2 |
* | (TARG_DIST): Remove pa64w and hppa, add pa32. | tege | 2002-03-27 | 1 | -2/+2 |
* | Changes for: | tege | 2002-02-19 | 1 | -2/+2 |
* | * configure.in, mpn/Makefile.am, gmp-impl.h (mpn_sizeinbase): Remove. | Kevin Ryde | 2002-02-08 | 1 | -1/+1 |
* | Add a copyright year. | Kevin Ryde | 2002-01-24 | 1 | -1/+2 |
* | * mpn/generic/sizeinbase.c: New file, adapted from mpz/sizeinbase.c. | Kevin Ryde | 2002-01-24 | 1 | -1/+2 |
* | * mpn/Makefile.am (nodist_libdummy_la_SOURCES): Add mod_34lsub1.c, | Kevin Ryde | 2002-01-11 | 1 | -2/+2 |
* | * mpn/Makefile.am (nodist_libdummy_la_SOURCES): Add mod_34lsub1.c. | Kevin Ryde | 2002-01-11 | 1 | -2/+3 |