summaryrefslogtreecommitdiff
path: root/tune
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-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
* 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-287-1/+98
* Fixed one speed_operand_dst call.Niels Möller2011-02-021-1/+1
* Various changes to tune dir code.Torbjorn Granlund2011-02-012-82/+54
* Flag RMarco Bodrato2011-01-301-3/+3
* Loop, re-measuring thresholds until no tiny ranges remain.Torbjorn Granlund2011-01-251-38/+153
* Update to current gnuplot syntax.Torbjorn Granlund2011-01-201-1/+1
* Add measuring of mpn_mul_5 and mpn_mul_6.Torbjorn Granlund2011-01-083-0/+22
* Whitespace cleanup.Torbjorn Granlund2010-11-221-3/+3
* Pass normalized divisor to mod_1_1.Niels Möller2010-06-191-1/+1
* Updates for stable MUPI_DIV_QR_THRESHOLD measuring.Torbjorn Granlund2010-05-242-2/+2
* Revert to version of 2010-05-06.Torbjorn Granlund2010-05-221-5/+5