[Gmp-commit] /home/hgfiles/gmp: Add MU_BDIV_QR_THRESHOLD and MU_BDIV_Q_THRESH...
mercurial at gmplib.org
mercurial at gmplib.org
Thu Dec 17 00:46:27 CET 2009
details: /home/hgfiles/gmp/rev/3135d56c2945
changeset: 13100:3135d56c2945
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Dec 17 00:45:43 2009 +0100
description:
Add MU_BDIV_QR_THRESHOLD and MU_BDIV_Q_THRESHOLD.
diffstat:
mpn/minithres/gmp-mparam.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r b4c81b29aac4 -r 3135d56c2945 mpn/minithres/gmp-mparam.h
--- a/mpn/minithres/gmp-mparam.h Thu Dec 17 00:36:29 2009 +0100
+++ b/mpn/minithres/gmp-mparam.h Thu Dec 17 00:45:43 2009 +0100
@@ -47,7 +47,9 @@
#define DC_DIV_QR_THRESHOLD 6
#define DC_DIVAPPR_Q_THRESHOLD 6
#define DC_BDIV_QR_THRESHOLD 4
+#define MU_BDIV_QR_THRESHOLD 10
#define DC_BDIV_Q_THRESHOLD 4
+#define MU_BDIV_Q_THRESHOLD 10
#define BINV_NEWTON_THRESHOLD 6
#define INV_MULMOD_BNM1_THRESHOLD 2
#define INV_NEWTON_THRESHOLD 6
More information about the gmp-commit
mailing list