Update nehalem tuning values.

This commit is contained in:
William Hart 2014-02-18 11:29:26 +00:00
parent 2a741c97d0
commit c8c2a49c43

View File

@ -6,7 +6,7 @@
#define MUL_TOOM8H_THRESHOLD 270
#define SQR_BASECASE_THRESHOLD 0 /* always (native) */
#define SQR_KARATSUBA_THRESHOLD 27
#define SQR_KARATSUBA_THRESHOLD 26
#define SQR_TOOM3_THRESHOLD 90
#define SQR_TOOM4_THRESHOLD 248
#define SQR_TOOM8_THRESHOLD 351
@ -40,9 +40,9 @@
#define SET_STR_DC_THRESHOLD 6082
#define SET_STR_PRECOMPUTE_THRESHOLD 7122
#define MUL_FFT_FULL_THRESHOLD 2880
#define MUL_FFT_FULL_THRESHOLD 3008
#define SQR_FFT_FULL_THRESHOLD 2880
#define SQR_FFT_FULL_THRESHOLD 2368
#define MULLOW_BASECASE_THRESHOLD 7
#define MULLOW_DC_THRESHOLD 11
@ -79,4 +79,4 @@
#define FFT_MULMOD_2EXPP1_CUTOFF 128
/* Tuneup completed successfully, took 158 seconds */
/* Tuneup completed successfully, took 158 seconds */