summaryrefslogtreecommitdiff
path: root/tune/speed.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2022-02-211-1/+1
* tune/: tune/speed support for mpn_{mul,sqr}mod_bknp1Marco Bodrato2022-02-151-0/+68
* Copyright yearsMarco Bodrato2021-11-071-1/+1
* Add speed support for gmp_primesieve.Marco Bodrato2021-10-141-0/+29
* Add speed support for mpn_addaddmul_1msb0.Niels Möller2021-10-071-0/+31
* New mpn_div_qr_1n_pi1 variants, DIV_QR_1N_METHOD 3 and 4.Niels Möller2021-07-011-0/+4
* tune: Add support for the function mpz_prevprime() to tune/speed (by Troisi)Marco Bodrato2020-11-231-0/+2
* tune: New mesurable speed, mpz_nextprime_1.Marco Bodrato2020-03-201-0/+47
* tune: Small optimisations to recent changes.Marco Bodrato2019-11-161-9/+9
* tune/: tune/speed support for mpz_nextprime (by Seth Troisi)Marco Bodrato2019-11-161-0/+42
* tune/: tune/speed support for mpn_perfect_{power,square}_p (by Seth Troisi)Marco Bodrato2019-11-161-0/+53
* tune/speed*: add optional r flag for mpz_powmMarco Bodrato2019-11-091-1/+4
* Measure variant 4 and 5 of HGCD2_DIV1_METHOD.Torbjorn Granlund2019-09-231-6/+7
* For hgcd2, add a div1 function handling q <= 7 specially.Niels M?ller2019-09-051-0/+3
* Tuneup support for HGCD2_METHOD, controlling div1 usage in mpn_hgcd2.Niels M?ller2019-09-041-0/+7
* Speed support for mpn_hgcd2.Niels M?ller2019-09-041-0/+35
* Speed support for gcd_22.Niels M?ller2019-08-161-0/+7
* tune/speed: Support mpn_gcd_11.Niels M?ller2019-08-061-0/+5
* Measure mpn_sbpi1_bdiv_r.Torbjorn Granlund2017-07-211-0/+41
* tune/: support mpz_invertMarco Bodrato2016-12-301-0/+1
* tune/speed: support mpz_mfac_uiuiMarco Bodrato2016-12-281-1/+2
* tune/speed: Support mpz_primorial_ui.Marco Bodrato2015-11-221-0/+1
* 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