summaryrefslogtreecommitdiff
path: root/tune
Commit message (Expand)AuthorAgeFilesLines
* tune/speed.h (SPEED_ROUTINE_MPN_MUL): Use operands from struct s.Marco Bodrato2013-02-072-10/+16
* Add copyright years.Torbjorn Granlund2012-11-204-6/+7
* Whitespace cleanup.Torbjorn Granlund2012-11-171-1/+1
* mpn_brootinv: Interface change, limbs rather than bits.Niels M?ller2012-11-011-1/+1
* Benchmarking of broot functions.Niels M?ller2012-10-313-0/+59
* Whitespace cleanup.Torbjorn Granlund2012-06-021-16/+16
* 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
* tune: Support mpz_bin_ui.Marco Bodrato2012-04-223-0/+36
* mpn/generic/invert.c: Remove support for scratch == NULL.Marco Bodrato2012-04-141-3/+4
* Better handle situation where redc_2 is never faster.Torbjorn Granlund2012-03-071-9/+17
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-036-374/+350
* 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