diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-05-07 19:12:02 +0200 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-05-07 19:12:02 +0200 |
commit | 6fa2be041e9e8133c093a0c1b9b6f083e0f9d560 (patch) | |
tree | f640e395e50d38449c6397292592e3781f41047c /mpn/minithres | |
parent | 1559fe62e9ad44133dea727209076d014e24492a (diff) | |
download | gmp-6fa2be041e9e8133c093a0c1b9b6f083e0f9d560.tar.gz |
mpz/oddfac_1.c: Add ASSERTs to warn about small threshold.
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 24c63cec6..b1bc37c7b 100644 --- a/mpn/minithres/gmp-mparam.h +++ b/mpn/minithres/gmp-mparam.h @@ -95,4 +95,4 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define SET_STR_PRECOMPUTE_THRESHOLD 100 #define FAC_ODD_THRESHOLD 0 /* always */ -#define FAC_DSC_THRESHOLD 26 +#define FAC_DSC_THRESHOLD 42 |