summaryrefslogtreecommitdiff
path: root/tune
Commit message (Expand)AuthorAgeFilesLines
* Update redc_1 and redc_2 to do the add_n but not the conditional sub_n.Torbjorn Granlund2012-02-191-2/+4
* Tuneup support for MUL_TOOM43_TO_TOOM54_THRESHOLD.Niels Möller2012-02-153-0/+33
* mpz_oddfac_1: removed from mpz/fac_ui.c, now in a new file.Marco Bodrato2012-02-031-0/+2
* fac_ui: test above thresholds, and remove typos.Marco Bodrato2012-01-261-1/+1
* 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-312-4/+41
* Redefine the mpn_ functions, not __gmpn_ (for the benefit of fat builds).Torbjorn Granlund2011-12-062-4/+8
* (tune_mu_div, tune_mu_bdiv): Up min_size to karatsuba's threshold.Torbjorn Granlund2011-11-241-4/+4
* Spacing cleanup.Torbjorn Granlund2011-11-212-3/+3
* Add speed measurement for mpn_tabselect.Torbjorn Granlund2011-11-173-3/+15
* Another tweak to mpn_hgcd_appr tuningNiels Möller2011-11-171-0/+1
* speed support for mpn_hgcd_appr_lehmer.Niels Möller2011-11-155-3/+44
* Further tweak for HGCD_APPR_THRESHOLD tuning.Niels Möller2011-11-151-0/+2
* Add support for POWM_SEC_TABLE table.Torbjorn Granlund2011-11-132-3/+134
* 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-117-2/+173
* Add measuring of mpn_addcnd_n, mpn_subcnd_n.Torbjorn Granlund2011-11-093-0/+16
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-4/+2
* (speed_mpn_and_n, speed_mpn_andn_n, etc): Pass correct input args.Torbjorn Granlund2011-10-231-8/+8
* Fix naming typo and minsize typo from last change.Torbjorn Granlund2011-10-202-5/+3
* Measure mpn_sqr_diag_addlsh1.Torbjorn Granlund2011-10-203-3/+42
* (STCK): Use proper memory constraint.Torbjorn Granlund2011-10-101-1/+1
* Let mpn_hgcd_appr destroy its inputs.Niels Möller2011-10-102-44/+1
* (getrusage_backwards_p): Properly cast printed values.Torbjorn Granlund2011-10-091-2/+2
* speed support for mpn_hgcd_apprNiels Möller2011-10-073-0/+51
* Tuning of mulmid.Niels Möller2011-10-035-1/+262
* tune/tune-gcd-p.c (main): Fixed broken loop conditions.Niels Möller2011-10-031-2/+2
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-072-6/+4
* Improved search for optimal p.Niels Möller2011-05-251-39/+93
* Moved code for tune-gcd-p to the tune directory.Niels Möller2011-05-242-1/+165
* Updated name mangling.Niels Möller2011-05-191-5/+1
* (speed_cyclecounter): Always use PIC variant when compiled with Apple's GCC.Torbjorn Granlund2011-04-271-1/+1
* Fixed include guard #endifNiels Möller2011-04-091-3/+3
* New naming convention for div_qr_2 functions.Niels Möller2011-03-304-7/+7
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-291-6/+4
* New 4/2 division loop.Niels Möller2011-03-212-1/+13
* speed support for mpn_div_qr_2.Niels Möller2011-03-203-0/+58
* Set tuning min size considering print skew.Torbjorn Granlund2011-03-141-8/+8
* Use powerpc syntax, not power syntax.Torbjorn Granlund2011-03-121-1/+1
* Trivial merge.Torbjorn Granlund2011-03-121-3/+3
|\
| * Amend speed _ip macros.Marco Bodrato2011-03-121-3/+3
* | Remove udiv_qrnnd_preinv1, etc.Torbjorn Granlund2011-03-122-60/+0
|/
* More _ip* declarations/tests/speed.Marco Bodrato2011-03-113-0/+33
* tune/speed support for some _ip1 and _ip2 functions.Marco Bodrato2011-03-113-0/+66
* Improved mpn_mod_1 tuningNiels Möller2011-03-031-20/+22