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

mercurial at gmplib.org mercurial at gmplib.org
Wed Dec 23 22:13:12 CET 2009


details:   /home/hgfiles/gmp/rev/408df7cbb9c8
changeset: 13207:408df7cbb9c8
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Wed Dec 23 22:13:07 2009 +0100
description:
Retune.

diffstat:

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

diffs (21 lines):

diff -r 540128332d6f -r 408df7cbb9c8 mpn/x86_64/corei/gmp-mparam.h
--- a/mpn/x86_64/corei/gmp-mparam.h	Wed Dec 23 19:27:26 2009 +0100
+++ b/mpn/x86_64/corei/gmp-mparam.h	Wed Dec 23 22:13:07 2009 +0100
@@ -26,6 +26,8 @@
 #define MUL_TOOM22_THRESHOLD               18
 #define MUL_TOOM33_THRESHOLD               65
 #define MUL_TOOM44_THRESHOLD              166
+#define MUL_TOOM6H_THRESHOLD              253
+#define MUL_TOOM8H_THRESHOLD              331
 
 #define MUL_TOOM32_TO_TOOM43_THRESHOLD     97
 #define MUL_TOOM32_TO_TOOM53_THRESHOLD    107
@@ -36,6 +38,8 @@
 #define SQR_TOOM2_THRESHOLD                30
 #define SQR_TOOM3_THRESHOLD               101
 #define SQR_TOOM4_THRESHOLD               262
+#define SQR_TOOM6_THRESHOLD               341
+#define SQR_TOOM8_THRESHOLD               403
 
 #define MULMOD_BNM1_THRESHOLD              11
 #define SQRMOD_BNM1_THRESHOLD              13


More information about the gmp-commit mailing list