diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2008-10-02 21:22:24 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2008-10-02 21:22:24 +0200 |
commit | e2a53692e209690d58b96e0ffc716119a8e4b417 (patch) | |
tree | ea2b921bd791f320fe4864a69f415777ac9cdbcb /mpn/minithres | |
parent | b3fc76208bbc6cac64c2a8efe6f1455561f16830 (diff) | |
download | gmp-e2a53692e209690d58b96e0ffc716119a8e4b417.tar.gz |
Amend last change.
Diffstat (limited to 'mpn/minithres')
-rw-r--r-- | mpn/minithres/gmp-mparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h index 3d5505b9b..d7418b32d 100644 --- a/mpn/minithres/gmp-mparam.h +++ b/mpn/minithres/gmp-mparam.h @@ -55,9 +55,9 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define SET_STR_PRECOMPUTE_THRESHOLD 100 #define MUL_FFT_TABLE {64-1, 256-1, 1024-1, 4096-1, 8192-1, 65536-1, 0} -#define MUL_FFT_MODF_THRESHOLD 64 +#define MUL_FFT_MODF_THRESHOLD 65 #define MUL_FFT_THRESHOLD 200 #define SQR_FFT_TABLE {64-1, 256-1, 1024-1, 4096-1, 8192-1, 65536-1, 0} -#define SQR_FFT_MODF_THRESHOLD 64 +#define SQR_FFT_MODF_THRESHOLD 65 #define SQR_FFT_THRESHOLD 200 |