summaryrefslogtreecommitdiff
path: root/mpn/minithres
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-05-08 14:48:22 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-05-08 14:48:22 +0200
commitb58d445503beb3fa4495d54d84d53c1134e18ed1 (patch)
tree50d144b372469642d8e4f935573b6fb03ba7fc72 /mpn/minithres
parent0909dccf1761361d0e1b255e221cc9eafe2e5e98 (diff)
downloadgmp-b58d445503beb3fa4495d54d84d53c1134e18ed1.tar.gz
(REDC_1_TO_REDC_N_THRESHOLD): Up to 9, for coherency with mpn/generic/redc_n.c.
Diffstat (limited to 'mpn/minithres')
-rw-r--r--mpn/minithres/gmp-mparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h
index d1ca58170..9f22ed9d2 100644
--- a/mpn/minithres/gmp-mparam.h
+++ b/mpn/minithres/gmp-mparam.h
@@ -75,7 +75,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define INV_APPR_THRESHOLD 4
#define BINV_NEWTON_THRESHOLD 6
-#define REDC_1_TO_REDC_N_THRESHOLD 4
+#define REDC_1_TO_REDC_N_THRESHOLD 9
#define MU_DIV_QR_THRESHOLD 8
#define MU_DIVAPPR_Q_THRESHOLD 8