diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2010-01-05 02:23:03 +0100 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2010-01-05 02:23:03 +0100 |
commit | 819054f7eea0598010c1cb76e5a0583b349731eb (patch) | |
tree | 09a8372e5e01af6daf6afd6125e7a03836c9bb58 /mpn/pa32 | |
parent | 451807a61ada09ea609b626cf9128a4a1cfc22f6 (diff) | |
download | gmp-819054f7eea0598010c1cb76e5a0583b349731eb.tar.gz |
Retune for corrected FFT tuning code.
Diffstat (limited to 'mpn/pa32')
-rw-r--r-- | mpn/pa32/hppa2_0/gmp-mparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/pa32/hppa2_0/gmp-mparam.h b/mpn/pa32/hppa2_0/gmp-mparam.h index 662c2b79a..ea82693f0 100644 --- a/mpn/pa32/hppa2_0/gmp-mparam.h +++ b/mpn/pa32/hppa2_0/gmp-mparam.h @@ -62,15 +62,15 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define MUL_FFT_TABLE { 304, 672, 896, 2560, 10240, 24576, 98304, 0 } #define MUL_FFT_MODF_THRESHOLD 296 -#define MUL_FFT_THRESHOLD 2816 +#define MUL_FFT_THRESHOLD 2112 #define SQR_FFT_TABLE { 304, 672, 1152, 2560, 6144, 24576, 98304, 0 } #define SQR_FFT_MODF_THRESHOLD 232 -#define SQR_FFT_THRESHOLD 2304 +#define SQR_FFT_THRESHOLD 1728 #define MULLO_BASECASE_THRESHOLD 0 /* always */ #define MULLO_DC_THRESHOLD 90 -#define MULLO_MUL_N_THRESHOLD 3215 +#define MULLO_MUL_N_THRESHOLD 3176 #define DC_DIV_QR_THRESHOLD 100 #define DC_DIVAPPR_Q_THRESHOLD 342 |