[Gmp-commit] /home/hgfiles/gmp: Retune.

mercurial at gmplib.org mercurial at gmplib.org
Sun Dec 13 02:31:29 CET 2009


details:   /home/hgfiles/gmp/rev/1277c099bd63
changeset: 13045:1277c099bd63
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sun Dec 13 02:31:24 2009 +0100
description:
Retune.

diffstat:

 mpn/x86_64/gmp-mparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 27238f2fe54d -r 1277c099bd63 mpn/x86_64/gmp-mparam.h
--- a/mpn/x86_64/gmp-mparam.h	Sun Dec 13 02:05:05 2009 +0100
+++ b/mpn/x86_64/gmp-mparam.h	Sun Dec 13 02:31:24 2009 +0100
@@ -31,7 +31,7 @@
 
 #define SQR_BASECASE_THRESHOLD            0  /* always (native) */
 #define SQR_TOOM2_THRESHOLD              40
-#define SQR_TOOM3_THRESHOLD              77
+#define SQR_TOOM3_THRESHOLD             121
 #define SQR_TOOM4_THRESHOLD             532
 
 #define MUL_FFT_TABLE  { 464, 1056, 1856, 3840, 11264, 36864, 114688, 458752, 0 }
@@ -75,7 +75,7 @@
 #define GET_STR_DC_THRESHOLD             17
 #define GET_STR_PRECOMPUTE_THRESHOLD     32
 #define SET_STR_DC_THRESHOLD            266
-#define SET_STR_PRECOMPUTE_THRESHOLD   2105
+#define SET_STR_PRECOMPUTE_THRESHOLD   1787
 
 /* These tables are older than the thresholds above.  */
 


More information about the gmp-commit mailing list