[Gmp-commit] /home/hgfiles/gmp: Up max_size.

mercurial at gmplib.org mercurial at gmplib.org
Thu Dec 3 11:19:58 CET 2009


details:   /home/hgfiles/gmp/rev/e31f9b520313
changeset: 12961:e31f9b520313
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Dec 03 11:19:55 2009 +0100
description:
Up max_size.

diffstat:

 ChangeLog     |  4 ++++
 tune/tuneup.c |  1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 81474868a318 -r e31f9b520313 ChangeLog
--- a/ChangeLog	Wed Dec 02 18:38:51 2009 +0100
+++ b/ChangeLog	Thu Dec 03 11:19:55 2009 +0100
@@ -1,3 +1,7 @@
+2009-12-03  Torbjorn Granlund  <tege at gmplib.org>
+
+	* tune/tuneup.c (tune_binvert): Up max_size.
+
 2009-12-02  Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* tests/devel/try.c: Test mpn_rsblsh2_n and mpn_rsblsh_n.
diff -r 81474868a318 -r e31f9b520313 tune/tuneup.c
--- a/tune/tuneup.c	Wed Dec 02 18:38:51 2009 +0100
+++ b/tune/tuneup.c	Thu Dec 03 11:19:55 2009 +0100
@@ -1040,6 +1040,7 @@
     param.name = "BINV_NEWTON_THRESHOLD";
     param.function = speed_mpn_binvert;
     param.step_factor = 0.02;
+    param.max_size = 5000;
     one (&binv_newton_threshold, &param);
   }
 }


More information about the gmp-commit mailing list