summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* (MUL_TO_MULMOD_BNM1_FOR_2NXN_THRESHOLD): Default to INV_MULMOD_BNM1_THRESHOLD...Torbjorn Granlund2010-01-031-0/+3
* (INV_APPR_THRESHOLD, INV_MULMOD_BNM1_THRESHOLD): Default in gmp-impl.h.Torbjorn Granlund2010-01-031-0/+4
* Rewrite operand generation code.Torbjorn Granlund2010-01-031-0/+4
* Handle divappr approximation problem more efficiently.Torbjorn Granlund2010-01-021-0/+4
* Trivial merge.Torbjorn Granlund2010-01-021-0/+5
|\
| * (MUL_TO_MULMOD_BNM1_FOR_2NXN_THRESHOLD): Default to INV_MULMOD_BNM1_THRESHOLD.Torbjorn Granlund2010-01-021-0/+5
* | Typo (in unused code...)Marco Bodrato2010-01-021-0/+4
|/
* Default MUL_TO_MULMOD_BNM1_FOR_2NXN_THRESHOLD.Torbjorn Granlund2010-01-011-0/+2
* Rewrite to use mpn_mulmod_bnm1.Torbjorn Granlund2010-01-011-0/+6
* Add parameter ASSERTs.Torbjorn Granlund2010-01-011-0/+3
* Increase COUNT to 500.Torbjorn Granlund2010-01-011-0/+1
* Replace with unit testing code, based on t-div.c.Torbjorn Granlund2010-01-011-0/+2
* Move SB suppression limit downwards. Increase COUNT to 200.Torbjorn Granlund2010-01-011-0/+1
* Avoid generating too small test operands.Torbjorn Granlund2010-01-011-0/+4
* Change some tests to try larger arguments.Torbjorn Granlund2009-12-311-0/+11
* Handle numerator/remainder overlap in MU case.Torbjorn Granlund2009-12-311-0/+4
* toomH_sqr: avoid overflow when SQR_FFT_THRESHOLD == MP_SIZE_T_MAXMarco Bodrato2009-12-311-0/+3
* typoMarco Bodrato2009-12-311-1/+1
* mulmod: Remove MISUSE check, mark UNLIKELY any unexpected condition.Marco Bodrato2009-12-311-0/+5
* Make MUPI_DIV_QR_THRESHOLD tuning more reliable.Torbjorn Granlund2009-12-311-0/+5
* Make tuneup work again.Torbjorn Granlund2009-12-301-0/+3
* Improvements to division speed measuring.Torbjorn Granlund2009-12-301-0/+6
* Increase operands size again.Torbjorn Granlund2009-12-301-0/+2
* Attempt to choose between DC and MU cleverer.Torbjorn Granlund2009-12-301-0/+2
* Don't overwrite rp with unnecessary temporary alloc.Torbjorn Granlund2009-12-301-0/+5
* Tune MUPI_DIV_QR_THRESHOLD.Torbjorn Granlund2009-12-291-0/+5
* Call mpn_mu_bdiv_qr.Torbjorn Granlund2009-12-291-0/+2
* Use larger test operands.Torbjorn Granlund2009-12-291-0/+2
* (mpn_mu_div_qr2): Remove code for dn==1.Torbjorn Granlund2009-12-291-0/+2
* Call mpn_sqr directly.Torbjorn Granlund2009-12-291-0/+2
* Set min_size to 6, DC functions require this.Torbjorn Granlund2009-12-291-0/+3
* Call mu_div functions with operands that generate a high quotient limb.Torbjorn Granlund2009-12-291-0/+3
* Rewrite mu_div functions.Torbjorn Granlund2009-12-291-6/+12
* Allocate scratch space when caller passed NULL.Torbjorn Granlund2009-12-291-0/+5
* Prefix name with mpn_.Torbjorn Granlund2009-12-281-0/+8
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-0/+6
* (tune_mu_div, tune_mu_bdiv): Set step_factor.Torbjorn Granlund2009-12-281-0/+2
* Support measuring mpn_lshiftc.Torbjorn Granlund2009-12-281-0/+3
* Test mpn_lshiftc.Torbjorn Granlund2009-12-281-0/+4
* Make mpn_lshiftc standard internal function.Torbjorn Granlund2009-12-281-1/+9
* Optimise shifting for Core i.Torbjorn Granlund2009-12-281-0/+5
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-0/+2
* Misc tuneup trimming.Torbjorn Granlund2009-12-271-1/+4
* Tune MU division parameters.Torbjorn Granlund2009-12-271-0/+12
* Use toom6h and toom8h for almost balanced multiplications.Marco Bodrato2009-12-271-0/+2
* New ratio for mullo.Marco Bodrato2009-12-271-0/+4
* Fix incorrect MOD_1U_TO_MOD_1_1_THRESHOLD 0 values.Torbjorn Granlund2009-12-271-0/+3
* Move division/mod-by-1 first, before toom. Fix mod_1 tuning.Torbjorn Granlund2009-12-271-0/+3
* Trivial merge.Torbjorn Granlund2009-12-271-0/+14
|\
| * Tune BMOD_1_TO_MOD_1_THRESHOLD instead of MODEXACT_1_ODD_THRESHOLD.Torbjorn Granlund2009-12-271-2/+11