| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed support for gcd_22. | Niels M?ller | 2019-08-16 | 3 | -0/+13 |
* | tune/speed: Support mpn_gcd_11. | Niels M?ller | 2019-08-06 | 3 | -0/+11 |
* | Copyright years | Marco Bodrato | 2018-05-16 | 1 | -1/+1 |
* | tune/speed.c (run_gnuplot): Set termoption, as suggested by Paul. | Marco Bodrato | 2018-03-18 | 1 | -0/+3 |
* | tune/Makefile.am: Disallow parallel make (thanks Vincent Lefevre) | Marco Bodrato | 2018-02-18 | 1 | -0/+3 |
* | Purge definitions of obsolete UMUL_TIME and UDIV_TIME constants. | Niels M?ller | 2017-07-23 | 1 | -3/+0 |
* | Measure mpn_sbpi1_bdiv_r. | Torbjorn Granlund | 2017-07-21 | 3 | -2/+50 |
* | (tune_sqrlo): For SQRLO_BASECASE_THRESHOLD start at 2. | Torbjorn Granlund | 2017-07-02 | 1 | -1/+1 |
* | (tune_mullo): For MULLO_BASECASE_THRESHOLD start at 2. | Torbjorn Granlund | 2017-07-02 | 1 | -1/+1 |
* | (AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.) | Torbjorn Granlund | 2017-06-28 | 1 | -0/+1 |
* | tune/common.c (speed_mpn_sqrlo_basecase): Avoid crash when out of range. | Marco Bodrato | 2017-04-18 | 1 | -1/+3 |
* | Amend last change: Tweak pi1_bdiv_q_1 / divexact_1 criterion. | Torbjorn Granlund | 2017-02-08 | 1 | -2/+2 |
* | (relspeed_div_1_vs_mul_1): Prefer mpn_pi1_bdiv_q_1. | Torbjorn Granlund | 2017-02-07 | 1 | -7/+20 |
* | Amend last change. | Torbjorn Granlund | 2017-01-25 | 1 | -1/+1 |
* | Break out and optimise powtab computation from mpn/generic/get_str.c and mpn/... | Torbjorn Granlund | 2017-01-24 | 3 | -4/+3 |
* | (relspeed_div_1_vs_mul_1): New function. | Torbjorn Granlund | 2016-12-31 | 1 | -1/+45 |
* | tune/: support mpz_invert | Marco Bodrato | 2016-12-30 | 3 | -0/+43 |
* | tune/speed: support mpz_mfac_uiui | Marco Bodrato | 2016-12-28 | 3 | -5/+37 |
* | (cgt_works_p): Add a missing verbosity check. | Torbjorn Granlund | 2016-11-27 | 1 | -2/+2 |
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 39 | -39/+0 |
* | tune/speed: Support mpz_primorial_ui. | Marco Bodrato | 2015-11-22 | 3 | -0/+8 |
* | (tune_mu_bdiv): Start at measured BDIV_DC_ thresholds. | Torbjorn Granlund | 2015-10-14 | 1 | -2/+2 |
* | tune/tuneup.c (tune_mullo): Set MULLO_MUL_N_THRESHOLD to never | Marco Bodrato | 2015-08-25 | 1 | -11/+12 |
* | Tuning code for SQRLO_*:THRESHOLDs. | Marco Bodrato | 2015-08-25 | 2 | -1/+51 |
* | tune: Support mpn_sqrlo and mpn_sqrlo_basecase in tune/speed. | Marco Bodrato | 2015-08-06 | 3 | -3/+18 |
* | Remove now redundant MPN_FILL. | Torbjorn Granlund | 2015-07-16 | 1 | -9/+0 |
* | Measure mpn_sqrtrem and mpn_rootrem in remainder-less mode. | Torbjorn Granlund | 2015-06-01 | 3 | -33/+20 |
* | mpn/generic/invertappr.c (mpn_ni_invertappr): Reduce memory used (and related... | Marco Bodrato | 2015-05-15 | 1 | -3/+3 |
* | (all): Make GCD tuning last since it is not robust. | Torbjorn Granlund | 2015-05-01 | 1 | -7/+7 |
* | tune: support mpn_neg, mpn_{add,sub}_1{,_inplace}, mpz_2fac_ui | Marco Bodrato | 2015-04-26 | 3 | -3/+46 |
* | Add 'static' and 'const' for the benefit of C++. | Torbjorn Granlund | 2014-11-15 | 1 | -2/+0 |
* | Fix typo in last change. | Torbjorn Granlund | 2014-11-14 | 2 | -0/+13 |
* | Add casts for C++ compatibility. | Torbjorn Granlund | 2014-11-13 | 3 | -21/+25 |
* | (i386 speed_cyclecounter): Remove inline asm code, rely on external version. | Torbjorn Granlund | 2014-11-10 | 1 | -36/+0 |
* | INCLUDES => AM_CPPFLAGS. | Torbjorn Granlund | 2014-10-01 | 1 | -1/+1 |
* | Ensure DIV_QR_1_NORM_THRESHOLD, DIV_QR_1_UNNORM_THRESHOLD >= 1. | Niels M?ller | 2014-02-17 | 1 | -0/+4 |
* | mpn_sec_powm: Replace exponent limb count argument with a bit count. | Niels M?ller | 2014-02-11 | 1 | -8/+3 |
* | Fixed off-by-one problem in tuning of mpn_sec_powm. | Niels M?ller | 2014-02-09 | 1 | -2/+12 |
* | Update library files license to use LGPL3+ and GPL2+. | Torbjorn Granlund | 2014-01-27 | 55 | -423/+1028 |
* | SEC_MINVERT => SEC_INVERT | Marco Bodrato | 2014-01-21 | 2 | -2/+2 |
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-19 | 45 | -135/+135 |
* | Rename mpn_sec_minvert => mpn_sec_invert, many files affected. | Torbjorn Granlund | 2014-01-19 | 3 | -4/+4 |
* | Get rid of BYTES_PER_MP_LIMB, most files affected. | Torbjorn Granlund | 2014-01-19 | 3 | -13/+13 |
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-18 | 10 | -120/+120 |
* | speed support for mpn_sec_minvert. | Niels M?ller | 2014-01-16 | 3 | -0/+45 |
* | Spelling fixes. | Torbjorn Granlund | 2013-12-28 | 1 | -2/+2 |
* | Rename mpn_blah_sec to mpn_sec_blah. | Torbjorn Granlund | 2013-12-26 | 5 | -8/+8 |
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 55 | -55/+55 |
* | Collapse copyright years. | Torbjorn Granlund | 2013-11-28 | 11 | -17/+11 |
* | x86_64 implementation of mpn_div_qr_1n_pi1. | Niels M?ller | 2013-10-20 | 1 | -0/+2 |