diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2009-12-27 19:45:38 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2009-12-27 19:45:38 +0100 |
commit | cfae7e7b98464542bd71d9830b9b6a2238f1b58a (patch) | |
tree | 49c6ffca62c071ef9327da4295508a10aa0e6df6 /ChangeLog | |
parent | b326c0b1090c77bf9bb80e74abfb609fd51223f6 (diff) | |
download | gmp-cfae7e7b98464542bd71d9830b9b6a2238f1b58a.tar.gz |
Misc tuneup trimming.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,6 +6,9 @@ 2009-12-27 Torbjorn Granlund <tege@gmplib.org> + * tune/tuneup.c (tune_mullo): Up step_factor for MULLO_MUL_N_THRESHOLD. + (tune_invertappr, tune_invert, tune_binvert): Let max_size default. + * tune/tuneup.c (tune_mu_div, tune_mu_bdiv) New functions. * tune/speed.h (SPEED_ROUTINE_MPN_MU_DIV_Q): New macro. (SPEED_ROUTINE_MPN_MU_DIV_QR): Likewise. @@ -17,7 +20,7 @@ (speed_mpn_mu_div_q): Likewise. (speed_mpn_mu_bdiv_q): Likewise. (speed_mpn_mu_bdiv_qr): Likewise. - + * mpn/*/gmp-mparam.h: Fix incorrect MOD_1U_TO_MOD_1_1_THRESHOLD 0 values. |