summaryrefslogtreecommitdiff
path: root/tune/tuneup.c
Commit message (Expand)AuthorAgeFilesLines
...
* (tune_mu_div, tune_mu_bdiv): Up min_size to karatsuba's threshold.Torbjorn Granlund2011-11-241-4/+4
* Spacing cleanup.Torbjorn Granlund2011-11-211-1/+1
* Another tweak to mpn_hgcd_appr tuningNiels Möller2011-11-171-0/+1
* Further tweak for HGCD_APPR_THRESHOLD tuning.Niels Möller2011-11-151-0/+2
* Add support for POWM_SEC_TABLE table.Torbjorn Granlund2011-11-131-2/+133
* Tweaked tuning setup for hgcd_appr.Niels Möller2011-11-131-2/+2
* Tuning of mpn_hgcd_appr and mpn_hgcd_reduce.Niels Möller2011-11-111-0/+25
* Tuning of mulmid.Niels Möller2011-10-031-0/+16
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-2/+1
* New naming convention for div_qr_2 functions.Niels Möller2011-03-301-1/+1
* New 4/2 division loop.Niels Möller2011-03-211-0/+12
* Set tuning min size considering print skew.Torbjorn Granlund2011-03-141-8/+8
* Improved mpn_mod_1 tuningNiels Möller2011-03-031-20/+22
* Added FIXME comment to tune_mod_1.Niels Möller2011-02-281-0/+3
* Added tuning of mod_1_1 alternatives.Niels Möller2011-02-281-0/+21
* Loop, re-measuring thresholds until no tiny ranges remain.Torbjorn Granlund2011-01-251-38/+153
* Revert to version of 2010-05-06.Torbjorn Granlund2010-05-221-5/+5
* Undo unintensional change to tuning of PREINV_MOD_1_TO_MOD_1_THRESHOLD.Torbjorn Granlund2010-05-171-1/+1
* Completely finish MOD_1_N tuning before tuning MOD_1U_TO_MOD_1_1_THRESHOLD.Torbjorn Granlund2010-05-161-6/+6
* Don't call tune_divrem_2.Torbjorn Granlund2010-05-061-0/+2
* Fix typo.Torbjorn Granlund2010-05-061-1/+1
* Use more typical divisor.Torbjorn Granlund2010-05-051-1/+1
* Fix typo.Torbjorn Granlund2010-05-041-3/+3
* (tune_mod_1): Rewrite.Torbjorn Granlund2010-05-031-27/+35
* New variant for mpn_jacobi_base.Niels Möller2010-03-101-5/+11
* Fix tuning of REDC_1_TO_REDC_2_THRESHOLD and PREINV_MOD_1_TO_MOD_1_THRESHOLD.Torbjorn Granlund2010-02-071-0/+3
* Update FFT tuneup code to avoid requests for not-yet-measured sizes.Torbjorn Granlund2010-01-251-11/+22
* Amend FFT tuneup changes.Torbjorn Granlund2010-01-191-7/+4
* Rewrite FFT tuning code.Torbjorn Granlund2010-01-181-55/+335
* Add a copyright year.Torbjorn Granlund2010-01-051-2/+2
* Separate tuning of modf and full products.Torbjorn Granlund2010-01-041-28/+52
* Threshold variables updates.Torbjorn Granlund2010-01-041-8/+13
* Make MUPI_DIV_QR_THRESHOLD tuning more reliable.Torbjorn Granlund2009-12-311-1/+11
* Make tuneup work again.Torbjorn Granlund2009-12-301-0/+4
* Tune MUPI_DIV_QR_THRESHOLD.Torbjorn Granlund2009-12-291-0/+11
* Set min_size to 6, DC functions require this.Torbjorn Granlund2009-12-291-2/+2
* (tune_mu_div, tune_mu_bdiv): Set step_factor.Torbjorn Granlund2009-12-281-1/+5
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-7/+7
* Misc tuneup trimming.Torbjorn Granlund2009-12-271-6/+2
* Tune MU division parameters.Torbjorn Granlund2009-12-271-0/+54
* Move division/mod-by-1 first, before toom. Fix mod_1 tuning.Torbjorn Granlund2009-12-271-19/+20
* Tune BMOD_1_TO_MOD_1_THRESHOLD instead of MODEXACT_1_ODD_THRESHOLD.Torbjorn Granlund2009-12-271-13/+6
* Get PREINV_MOD_1_TO_MOD_1_THRESHOLD tuning right. Purge tune_preinv_mod_1.Torbjorn Granlund2009-12-251-68/+1
* Add a check_size for PREINV_MOD_1_TO_MOD_1_THRESHOLD.Torbjorn Granlund2009-12-251-0/+2
* Completely respin tuning of mod_1 function family.Torbjorn Granlund2009-12-241-19/+60
* Toom-6half and Toom-8half activation.Marco Bodrato2009-12-241-0/+24
* Call tune_mulmod_bnm1 before tuning fft.Torbjorn Granlund2009-12-211-4/+4
* Call tune_mullo after tune_mulmod_bnm1 due to dependency.Torbjorn Granlund2009-12-211-3/+3
* Fix typo.Torbjorn Granlund2009-12-201-1/+1
* Adjust measured results for just added threshold.Torbjorn Granlund2009-12-201-1/+6