[Gmp-commit] /home/hgfiles/gmp: Retune.
mercurial at gmplib.org
mercurial at gmplib.org
Wed Dec 16 21:31:12 CET 2009
details: /home/hgfiles/gmp/rev/6e0a9064f47d
changeset: 13096:6e0a9064f47d
user: Torbjorn Granlund <tege at gmplib.org>
date: Wed Dec 16 21:31:06 2009 +0100
description:
Retune.
diffstat:
mpn/x86_64/nano/gmp-mparam.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 44c0b483fff1 -r 6e0a9064f47d mpn/x86_64/nano/gmp-mparam.h
--- a/mpn/x86_64/nano/gmp-mparam.h Wed Dec 16 21:03:54 2009 +0100
+++ b/mpn/x86_64/nano/gmp-mparam.h Wed Dec 16 21:31:06 2009 +0100
@@ -52,7 +52,10 @@
#define DC_DIVAPPR_Q_THRESHOLD 148
#define DC_BDIV_QR_THRESHOLD 48
#define DC_BDIV_Q_THRESHOLD 94
-#define BINV_NEWTON_THRESHOLD 654
+#define INV_MULMOD_BNM1_THRESHOLD 132
+#define INV_NEWTON_THRESHOLD 172
+#define INV_APPR_THRESHOLD 9
+#define BINV_NEWTON_THRESHOLD 246
#define REDC_1_TO_REDC_2_THRESHOLD 12
#define REDC_2_TO_REDC_N_THRESHOLD 76
More information about the gmp-commit
mailing list