| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean out __GMP_PROTO. | Torbjorn Granlund | 2012-03-03 | 6 | -374/+350 |
* | Update redc_1 and redc_2 to do the add_n but not the conditional sub_n. | Torbjorn Granlund | 2012-02-19 | 1 | -2/+4 |
* | Tuneup support for MUL_TOOM43_TO_TOOM54_THRESHOLD. | Niels Möller | 2012-02-15 | 3 | -0/+33 |
* | mpz_oddfac_1: removed from mpz/fac_ui.c, now in a new file. | Marco Bodrato | 2012-02-03 | 1 | -0/+2 |
* | fac_ui: test above thresholds, and remove typos. | Marco Bodrato | 2012-01-26 | 1 | -1/+1 |
* | Remove unused tuneup variables. | Torbjorn Granlund | 2012-01-25 | 1 | -2/+0 |
* | mpz_fac_ui: Less memory, less divisions. | Marco Bodrato | 2012-01-16 | 1 | -1/+1 |
* | Correct miminum for FAC_DSC. | Marco Bodrato | 2012-01-10 | 1 | -1/+1 |
* | tune_fac_ui: ignore fluctuations on small values. | Marco Bodrato | 2012-01-05 | 1 | -0/+1 |
* | tune_fac_ui: FAC_ODD_THRESHOLD can be "always". | Marco Bodrato | 2012-01-05 | 1 | -1/+2 |
* | Small correction to fac_ui thresholds computation. | Marco Bodrato | 2012-01-02 | 1 | -9/+8 |
* | Tune fac_ui thresholds. | Marco Bodrato | 2011-12-31 | 2 | -4/+41 |
* | Redefine the mpn_ functions, not __gmpn_ (for the benefit of fat builds). | Torbjorn Granlund | 2011-12-06 | 2 | -4/+8 |
* | (tune_mu_div, tune_mu_bdiv): Up min_size to karatsuba's threshold. | Torbjorn Granlund | 2011-11-24 | 1 | -4/+4 |
* | Spacing cleanup. | Torbjorn Granlund | 2011-11-21 | 2 | -3/+3 |
* | Add speed measurement for mpn_tabselect. | Torbjorn Granlund | 2011-11-17 | 3 | -3/+15 |
* | Another tweak to mpn_hgcd_appr tuning | Niels Möller | 2011-11-17 | 1 | -0/+1 |
* | speed support for mpn_hgcd_appr_lehmer. | Niels Möller | 2011-11-15 | 5 | -3/+44 |
* | Further tweak for HGCD_APPR_THRESHOLD tuning. | Niels Möller | 2011-11-15 | 1 | -0/+2 |
* | Add support for POWM_SEC_TABLE table. | Torbjorn Granlund | 2011-11-13 | 2 | -3/+134 |
* | Tweaked tuning setup for hgcd_appr. | Niels Möller | 2011-11-13 | 1 | -2/+2 |
* | Tuning of mpn_hgcd_appr and mpn_hgcd_reduce. | Niels Möller | 2011-11-11 | 7 | -2/+173 |
* | Add measuring of mpn_addcnd_n, mpn_subcnd_n. | Torbjorn Granlund | 2011-11-09 | 3 | -0/+16 |
* | Change how mpn_redc_1 works, use more broadly. | Torbjorn Granlund | 2011-11-07 | 1 | -4/+2 |
* | (speed_mpn_and_n, speed_mpn_andn_n, etc): Pass correct input args. | Torbjorn Granlund | 2011-10-23 | 1 | -8/+8 |
* | Fix naming typo and minsize typo from last change. | Torbjorn Granlund | 2011-10-20 | 2 | -5/+3 |
* | Measure mpn_sqr_diag_addlsh1. | Torbjorn Granlund | 2011-10-20 | 3 | -3/+42 |
* | (STCK): Use proper memory constraint. | Torbjorn Granlund | 2011-10-10 | 1 | -1/+1 |
* | Let mpn_hgcd_appr destroy its inputs. | Niels Möller | 2011-10-10 | 2 | -44/+1 |
* | (getrusage_backwards_p): Properly cast printed values. | Torbjorn Granlund | 2011-10-09 | 1 | -2/+2 |
* | speed support for mpn_hgcd_appr | Niels Möller | 2011-10-07 | 3 | -0/+51 |
* | Tuning of mulmid. | Niels Möller | 2011-10-03 | 5 | -1/+262 |
* | tune/tune-gcd-p.c (main): Fixed broken loop conditions. | Niels Möller | 2011-10-03 | 1 | -2/+2 |
* | Use integer fields for mp_bases logarithm tables. | Torbjorn Granlund | 2011-08-07 | 2 | -6/+4 |
* | Improved search for optimal p. | Niels Möller | 2011-05-25 | 1 | -39/+93 |
* | Moved code for tune-gcd-p to the tune directory. | Niels Möller | 2011-05-24 | 2 | -1/+165 |
* | Updated name mangling. | Niels Möller | 2011-05-19 | 1 | -5/+1 |
* | (speed_cyclecounter): Always use PIC variant when compiled with Apple's GCC. | Torbjorn Granlund | 2011-04-27 | 1 | -1/+1 |
* | Fixed include guard #endif | Niels Möller | 2011-04-09 | 1 | -3/+3 |
* | New naming convention for div_qr_2 functions. | Niels Möller | 2011-03-30 | 4 | -7/+7 |
* | mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ... | Niels Möller | 2011-03-29 | 1 | -6/+4 |
* | New 4/2 division loop. | Niels Möller | 2011-03-21 | 2 | -1/+13 |
* | speed support for mpn_div_qr_2. | Niels Möller | 2011-03-20 | 3 | -0/+58 |
* | Set tuning min size considering print skew. | Torbjorn Granlund | 2011-03-14 | 1 | -8/+8 |
* | Use powerpc syntax, not power syntax. | Torbjorn Granlund | 2011-03-12 | 1 | -1/+1 |
* | Trivial merge. | Torbjorn Granlund | 2011-03-12 | 1 | -3/+3 |
|\ |
|
| * | Amend speed _ip macros. | Marco Bodrato | 2011-03-12 | 1 | -3/+3 |
* | | Remove udiv_qrnnd_preinv1, etc. | Torbjorn Granlund | 2011-03-12 | 2 | -60/+0 |
|/ |
|
* | More _ip* declarations/tests/speed. | Marco Bodrato | 2011-03-11 | 3 | -0/+33 |
* | tune/speed support for some _ip1 and _ip2 functions. | Marco Bodrato | 2011-03-11 | 3 | -0/+66 |