diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2012-05-08 14:48:22 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2012-05-08 14:48:22 +0200 |
commit | b58d445503beb3fa4495d54d84d53c1134e18ed1 (patch) | |
tree | 50d144b372469642d8e4f935573b6fb03ba7fc72 /mpn/minithres | |
parent | 0909dccf1761361d0e1b255e221cc9eafe2e5e98 (diff) | |
download | gmp-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.h | 2 |
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 |