summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-27 19:45:38 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-27 19:45:38 +0100
commitcfae7e7b98464542bd71d9830b9b6a2238f1b58a (patch)
tree49c6ffca62c071ef9327da4295508a10aa0e6df6 /ChangeLog
parentb326c0b1090c77bf9bb80e74abfb609fd51223f6 (diff)
downloadgmp-cfae7e7b98464542bd71d9830b9b6a2238f1b58a.tar.gz
Misc tuneup trimming.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c80849c3..2ccddc484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.