summaryrefslogtreecommitdiff
path: root/tune/tuneup.c
Commit message (Expand)AuthorAgeFilesLines
* (tune_mu_bdiv): Start at measured BDIV_DC_ thresholds.Torbjorn Granlund2015-10-141-2/+2
* tune/tuneup.c (tune_mullo): Set MULLO_MUL_N_THRESHOLD to neverMarco Bodrato2015-08-251-11/+12
* Tuning code for SQRLO_*:THRESHOLDs.Marco Bodrato2015-08-251-0/+50
* mpn/generic/invertappr.c (mpn_ni_invertappr): Reduce memory used (and related...Marco Bodrato2015-05-151-3/+3
* (all): Make GCD tuning last since it is not robust.Torbjorn Granlund2015-05-011-7/+7
* Add 'static' and 'const' for the benefit of C++.Torbjorn Granlund2014-11-151-2/+0
* Fix typo in last change.Torbjorn Granlund2014-11-141-0/+7
* Add casts for C++ compatibility.Torbjorn Granlund2014-11-131-16/+18
* Ensure DIV_QR_1_NORM_THRESHOLD, DIV_QR_1_UNNORM_THRESHOLD >= 1.Niels M?ller2014-02-171-0/+4
* mpn_sec_powm: Replace exponent limb count argument with a bit count.Niels M?ller2014-02-111-8/+3
* Fixed off-by-one problem in tuning of mpn_sec_powm.Niels M?ller2014-02-091-2/+12
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-1/+1
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Implemented tuning of mpn_div_qr_1.Niels M?ller2013-10-201-3/+60
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
* typos in previous commit (was 32-bit only)Marco Bodrato2012-05-071-1/+1
* tune/tuneup.c: Update minimal threshold for FAC_DSC.Marco Bodrato2012-05-071-1/+1
* tune/tuneup.c (tune_fac_u): Update DSC_THRESHOLD minimum.Marco Bodrato2012-05-051-1/+1
* Measure POWM_SEC_TABLE after the REDC thresholds.Torbjorn Granlund2012-05-041-5/+3
* Better handle situation where redc_2 is never faster.Torbjorn Granlund2012-03-071-9/+17
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-7/+4
* Tuneup support for MUL_TOOM43_TO_TOOM54_THRESHOLD.Niels Möller2012-02-151-0/+10
* Remove unused tuneup variables.Torbjorn Granlund2012-01-251-2/+0
* mpz_fac_ui: Less memory, less divisions.Marco Bodrato2012-01-161-1/+1
* Correct miminum for FAC_DSC.Marco Bodrato2012-01-101-1/+1
* tune_fac_ui: ignore fluctuations on small values.Marco Bodrato2012-01-051-0/+1
* tune_fac_ui: FAC_ODD_THRESHOLD can be "always".Marco Bodrato2012-01-051-1/+2
* Small correction to fac_ui thresholds computation.Marco Bodrato2012-01-021-9/+8
* Tune fac_ui thresholds.Marco Bodrato2011-12-311-1/+32
* (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