summaryrefslogtreecommitdiff
path: root/tune/common.c
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/+52
* Add speed support for gmp_primesieve.Marco Bodrato2021-10-141-0/+6
* Add speed support for mpn_addaddmul_1msb0.Niels Möller2021-10-071-0/+7
* New mpn_div_qr_1n_pi1 variants, DIV_QR_1N_METHOD 3 and 4.Niels Möller2021-07-011-0/+10
* tune: Add support for the function mpz_prevprime() to tune/speed (by Troisi)Marco Bodrato2020-11-231-0/+12
* tune: New mesurable speed, mpz_nextprime_1.Marco Bodrato2020-03-201-0/+6
* tune: Small optimisations to recent changes.Marco Bodrato2019-11-161-1/+1
* tune/: tune/speed support for mpz_nextprime (by Seth Troisi)Marco Bodrato2019-11-161-0/+5
* tune/: tune/speed support for mpn_perfect_{power,square}_p (by Seth Troisi)Marco Bodrato2019-11-161-0/+13
* Measure variant 4 and 5 of HGCD2_DIV1_METHOD.Torbjorn Granlund2019-09-231-0/+10
* For hgcd2, add a div1 function handling q <= 7 specially.Niels M?ller2019-09-051-0/+5
* Tuneup support for HGCD2_METHOD, controlling div1 usage in mpn_hgcd2.Niels M?ller2019-09-041-0/+10
* Speed support for mpn_hgcd2.Niels M?ller2019-09-041-0/+6
* Speed support for gcd_22.Niels M?ller2019-08-161-0/+5
* tune/speed: Support mpn_gcd_11.Niels M?ller2019-08-061-0/+5
* Purge definitions of obsolete UMUL_TIME and UDIV_TIME constants.Niels M?ller2017-07-231-3/+0
* Measure mpn_sbpi1_bdiv_r.Torbjorn Granlund2017-07-211-2/+8
* tune/common.c (speed_mpn_sqrlo_basecase): Avoid crash when out of range.Marco Bodrato2017-04-181-1/+3
* tune/: support mpz_invertMarco Bodrato2016-12-301-0/+41
* tune/speed: support mpz_mfac_uiuiMarco Bodrato2016-12-281-3/+33
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* tune/speed: Support mpz_primorial_ui.Marco Bodrato2015-11-221-0/+6
* tune: Support mpn_sqrlo and mpn_sqrlo_basecase in tune/speed.Marco Bodrato2015-08-061-0/+10
* Measure mpn_sqrtrem and mpn_rootrem in remainder-less mode.Torbjorn Granlund2015-06-011-2/+14
* tune: support mpn_neg, mpn_{add,sub}_1{,_inplace}, mpz_2fac_uiMarco Bodrato2015-04-261-1/+32
* 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-2/+2
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-7/+7
* speed support for mpn_sec_minvert.Niels M?ller2014-01-161-0/+6
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-2/+2
* 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-4/+15
* speed support for mpn_div_qr_1.Niels M?ller2013-10-201-0/+11
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
* Make tune/speed work when addlsh1_n etc are macros.David S. Miller2013-05-041-6/+6
* Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.Niels M?ller2013-03-131-4/+4
* Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.Niels M?ller2013-03-101-2/+2
* speed_measure: Increase repetition count on zero measurements.Niels M?ller2013-02-271-0/+3
* Add copyright years.Torbjorn Granlund2012-11-201-2/+2
* Benchmarking of broot functions.Niels M?ller2012-10-311-0/+16
* tune: Support mpz_bin_ui.Marco Bodrato2012-04-221-0/+34
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-2/+1
* Tuneup support for MUL_TOOM43_TO_TOOM54_THRESHOLD.Niels Möller2012-02-151-0/+10
* Add speed measurement for mpn_tabselect.Torbjorn Granlund2011-11-171-0/+5
* speed support for mpn_hgcd_appr_lehmer.Niels Möller2011-11-151-1/+7
* Tuning of mpn_hgcd_appr and mpn_hgcd_reduce.Niels Möller2011-11-111-0/+16