[Gmp-commit] /var/hg/gmp: typos in previous commit (was 32-bit only)

mercurial at gmplib.org mercurial at gmplib.org
Mon May 7 19:19:53 CEST 2012


details:   /var/hg/gmp/rev/11d1e5eb070f
changeset: 14951:11d1e5eb070f
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Mon May 07 19:19:49 2012 +0200
description:
typos in previous commit (was 32-bit only)

diffstat:

 mpn/minithres/gmp-mparam.h |  2 +-
 tune/tuneup.c              |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3605a9a198f5 -r 11d1e5eb070f mpn/minithres/gmp-mparam.h
--- a/mpn/minithres/gmp-mparam.h	Mon May 07 19:14:12 2012 +0200
+++ b/mpn/minithres/gmp-mparam.h	Mon May 07 19:19:49 2012 +0200
@@ -95,4 +95,4 @@
 #define SET_STR_PRECOMPUTE_THRESHOLD       100
 
 #define FAC_ODD_THRESHOLD                    0  /* always */
-#define FAC_DSC_THRESHOLD                   42
+#define FAC_DSC_THRESHOLD                   70
diff -r 3605a9a198f5 -r 11d1e5eb070f tune/tuneup.c
--- a/tune/tuneup.c	Mon May 07 19:14:12 2012 +0200
+++ b/tune/tuneup.c	Mon May 07 19:19:49 2012 +0200
@@ -2642,7 +2642,7 @@
   param.function = speed_mpz_fac_ui_tune;
 
   param.name = "FAC_DSC_THRESHOLD";
-  param.min_size = 42;
+  param.min_size = 70;
   param.max_size = FAC_DSC_THRESHOLD_LIMIT;
   one (&fac_dsc_threshold, &param);
 


More information about the gmp-commit mailing list