[Gmp-commit] /var/hg/gmp: tune_fac_ui: ignore fluctuations on small values.

mercurial at gmplib.org mercurial at gmplib.org
Thu Jan 5 02:12:47 CET 2012


details:   /var/hg/gmp/rev/697d12cfff0c
changeset: 14561:697d12cfff0c
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Thu Jan 05 02:12:40 2012 +0100
description:
tune_fac_ui: ignore fluctuations on small values.

diffstat:

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

diffs (11 lines):

diff -r 9335072bbae2 -r 697d12cfff0c tune/tuneup.c
--- a/tune/tuneup.c	Thu Jan 05 01:52:27 2012 +0100
+++ b/tune/tuneup.c	Thu Jan 05 02:12:40 2012 +0100
@@ -2635,6 +2635,7 @@
 
   param.name = "FAC_ODD_THRESHOLD";
   param.min_size = 22;
+  param.stop_factor = 1.7;
   param.min_is_always = 1;
   one (&fac_odd_threshold, &param);
 }


More information about the gmp-commit mailing list