summaryrefslogtreecommitdiff
path: root/tune/speed.h
Commit message (Expand)AuthorAgeFilesLines
* tune: Support mpn_sqrlo and mpn_sqrlo_basecase in tune/speed.Marco Bodrato2015-08-061-3/+6
* Measure mpn_sqrtrem and mpn_rootrem in remainder-less mode.Torbjorn Granlund2015-06-011-31/+4
* tune: support mpn_neg, mpn_{add,sub}_1{,_inplace}, mpz_2fac_uiMarco Bodrato2015-04-261-1/+7
* Fix typo in last change.Torbjorn Granlund2014-11-141-0/+6
* Add casts for C++ compatibility.Torbjorn Granlund2014-11-131-4/+6
* (i386 speed_cyclecounter): Remove inline asm code, rely on external version.Torbjorn Granlund2014-11-101-36/+0
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* SEC_MINVERT => SEC_INVERTMarco Bodrato2014-01-211-1/+1
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Rename mpn_sec_minvert => mpn_sec_invert, many files affected.Torbjorn Granlund2014-01-191-1/+1
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-5/+5
* speed support for mpn_sec_minvert.Niels M?ller2014-01-161-0/+38
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-1/+1
* 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-14/+45
* speed support for mpn_div_qr_1.Niels M?ller2013-10-201-0/+41
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
* (SPEED_ROUTINE_MPN_TABSELECT): Implement special code, making .r argument be ...Torbjorn Granlund2013-04-131-2/+31
* Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.Niels M?ller2013-03-131-2/+2
* tune/speed.h (SPEED_ROUTINE_MPN_MUL): Use operands from struct s.Marco Bodrato2013-02-071-7/+7
* Add copyright years.Torbjorn Granlund2012-11-201-2/+2
* mpn_brootinv: Interface change, limbs rather than bits.Niels M?ller2012-11-011-1/+1
* Benchmarking of broot functions.Niels M?ller2012-10-311-0/+39
* Whitespace cleanup.Torbjorn Granlund2012-06-021-16/+16
* tune: Support mpz_bin_ui.Marco Bodrato2012-04-221-0/+1
* mpn/generic/invert.c: Remove support for scratch == NULL.Marco Bodrato2012-04-141-3/+4
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-355/+340
* 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-151-0/+13
* 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