summaryrefslogtreecommitdiff
path: root/tune/speed.h
Commit message (Expand)AuthorAgeFilesLines
* Add speed measurement for mpn_tabselect.Torbjorn Granlund2011-11-171-2/+8
* speed support for mpn_hgcd_appr_lehmer.Niels Möller2011-11-151-1/+6
* Tuning of mpn_hgcd_appr and mpn_hgcd_reduce.Niels Möller2011-11-111-0/+64
* Add measuring of mpn_addcnd_n, mpn_subcnd_n.Torbjorn Granlund2011-11-091-0/+2
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-4/+2
* Fix naming typo and minsize typo from last change.Torbjorn Granlund2011-10-201-2/+2
* Measure mpn_sqr_diag_addlsh1.Torbjorn Granlund2011-10-201-3/+29
* Let mpn_hgcd_appr destroy its inputs.Niels Möller2011-10-101-43/+0
* speed support for mpn_hgcd_apprNiels Möller2011-10-071-0/+44
* Tuning of mulmid.Niels Möller2011-10-031-1/+177
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-4/+3
* (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-301-2/+2
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-291-6/+4
* speed support for mpn_div_qr_2.Niels Möller2011-03-201-0/+44
* More _ip* declarations/tests/speed.Marco Bodrato2011-03-111-0/+3
* tune/speed support for some _ip1 and _ip2 functions.Marco Bodrato2011-03-111-0/+6
* Added tuning of mod_1_1 alternatives.Niels Möller2011-02-281-0/+8
* Fixed one speed_operand_dst call.Niels Möller2011-02-021-1/+1
* Various changes to tune dir code.Torbjorn Granlund2011-02-011-1/+51
* Add measuring of mpn_mul_5 and mpn_mul_6.Torbjorn Granlund2011-01-081-0/+2
* 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-241-1/+1
* Trivial merge.Torbjorn Granlund2010-05-131-0/+3
|\
| * Measure mpn_addlsh_n, mpn_sublsh_n mpn_rsblsh_n.Torbjorn Granlund2010-05-131-0/+3
* | Added speed support for mpz_powm_sec.Niels Möller2010-05-121-0/+1
|/
* Added mpn_jacobi_base_4 prototype.Niels Möller2010-03-111-0/+1
* New variant for mpn_jacobi_base.Niels Möller2010-03-101-0/+1
* Added speed support for udiv_qrnnd_preinv3.Niels Möller2010-02-261-0/+1
* Deleted function mpn_hgcd_lehmer.Niels Möller2010-02-201-0/+3
* Make use of cycle counter for measurements configurable.Niels Möller2010-02-151-0/+1
* Reduce memory usage for {mul,sqr}mod_bnm1.Marco Bodrato2010-01-261-2/+2
* Remove obsolete tune/speed.c measurements.Torbjorn Granlund2010-01-121-13/+0
* Declare mpn_dcpi1* and mpn_scpi1* size restrictions.Torbjorn Granlund2010-01-121-3/+3
* Add a copyright year.Torbjorn Granlund2010-01-051-2/+2
* Separate tuning of modf and full products.Torbjorn Granlund2010-01-041-0/+2
* (SPEED_ROUTINE_MPN_MULMOD_BNM1_ROUNDED): Clean up.Torbjorn Granlund2010-01-041-6/+7
* Speed support for toom43.Marco Bodrato2010-01-031-0/+7
* Improvements to division speed measuring.Torbjorn Granlund2009-12-301-28/+47
* Tune MUPI_DIV_QR_THRESHOLD.Torbjorn Granlund2009-12-291-1/+48
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-1/+1
* Support measuring mpn_lshiftc.Torbjorn Granlund2009-12-281-0/+1
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-6/+1
* Tune MU division parameters.Torbjorn Granlund2009-12-271-0/+165
* Remove declarations of some unused speed_* variables.Torbjorn Granlund2009-12-241-2/+0
* Support for measuring mpn_mod_1_1p, mpn_mod_1s_2p, mpn_mod_1s_3p, mpn_mod_1s_4p.Torbjorn Granlund2009-12-241-0/+45
* Speed support for both mpn_toom8h_mul and mpn_toom8_sqr.Marco Bodrato2009-12-231-0/+13
* Speed support for both mpn_toom6h_mul and mpn_toom6_sqr.Marco Bodrato2009-12-211-0/+13