update sparc32/v9 params from ABI=32 t2 with manual adjust form mulhigh

This commit is contained in:
jasonmoxham 2010-05-26 22:14:19 +00:00
parent 3fcd29a013
commit a17d52c22c

View File

@ -1,4 +1,4 @@
/* Generated by tuneup.c, 2010-03-24, gcc 4.4 */
/* Generated by tuneup.c, 2010-05-26, gcc 4.4 */
#define MUL_KARATSUBA_THRESHOLD 12
#define MUL_TOOM3_THRESHOLD 74
@ -8,13 +8,14 @@
#define SQR_BASECASE_THRESHOLD 6
#define SQR_KARATSUBA_THRESHOLD 28
#define SQR_TOOM3_THRESHOLD 85
#define SQR_TOOM4_THRESHOLD 232
#define SQR_TOOM8_THRESHOLD 232
#define SQR_TOOM4_THRESHOLD 234
#define SQR_TOOM8_THRESHOLD 234
#define POWM_THRESHOLD 24
#define POWM_THRESHOLD 29
#define GCD_ACCEL_THRESHOLD 48
#define GCDEXT_THRESHOLD 12
#define GCD_ACCEL_THRESHOLD 10
#define GCD_THRESHOLD 532
#define GCDEXT_THRESHOLD 418
#define JACOBI_BASE_METHOD 2
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* never */
@ -31,20 +32,20 @@
#define MOD_1_3_THRESHOLD 20
#define DIVREM_HENSEL_QR_1_THRESHOLD 19
#define RSH_DIVREM_HENSEL_QR_1_THRESHOLD 12
#define DIVREM_EUCLID_HENSEL_THRESHOLD 78
#define DIVREM_EUCLID_HENSEL_THRESHOLD 26
#define ROOTREM_THRESHOLD 6
#define GET_STR_DC_THRESHOLD 7
#define GET_STR_DC_THRESHOLD 8
#define GET_STR_PRECOMPUTE_THRESHOLD 18
#define SET_STR_DC_THRESHOLD 3504
#define SET_STR_PRECOMPUTE_THRESHOLD 5621
#define SET_STR_DC_THRESHOLD 1989
#define SET_STR_PRECOMPUTE_THRESHOLD 5639
#define MUL_FFT_TABLE { 240, 544, 896, 2560, 10240, 40960, 229376, 655360, 2621440, 0 }
#define MUL_FFT_TABLE { 240, 544, 896, 2560, 10240, 40960, 229376, 655360, 0 }
#define MUL_FFT_MODF_THRESHOLD 184
#define MUL_FFT_FULL_THRESHOLD 1152
#define SQR_FFT_TABLE { 208, 480, 896, 2560, 10240, 40960, 229376, 655360, 2621440, 0 }
#define SQR_FFT_TABLE { 208, 480, 896, 2560, 10240, 40960, 98304, 655360, 0 }
#define SQR_FFT_MODF_THRESHOLD 152
#define SQR_FFT_FULL_THRESHOLD 1152
@ -52,7 +53,7 @@
#define MULLOW_DC_THRESHOLD 39
#define MULLOW_MUL_THRESHOLD 2088
#define MULHIGH_BASECASE_THRESHOLD 0 /* always */
#define MULHIGH_BASECASE_THRESHOLD 4 /* always */
#define MULHIGH_DC_THRESHOLD 36
#define MULHIGH_MUL_THRESHOLD 2088
@ -60,13 +61,13 @@
#define FAC_UI_THRESHOLD 1363
#define DC_DIV_QR_THRESHOLD 40
#define DC_DIVAPPR_Q_N_THRESHOLD 146
#define DC_DIVAPPR_Q_N_THRESHOLD 98
#define INV_DIV_QR_THRESHOLD 1787
#define INV_DIVAPPR_Q_N_THRESHOLD 146
#define DC_DIV_Q_THRESHOLD 180
#define INV_DIVAPPR_Q_N_THRESHOLD 98
#define DC_DIV_Q_THRESHOLD 148
#define INV_DIV_Q_THRESHOLD 3031
#define DC_DIVAPPR_Q_THRESHOLD 162
#define INV_DIVAPPR_Q_THRESHOLD 6488
#define DC_DIVAPPR_Q_THRESHOLD 126
#define INV_DIVAPPR_Q_THRESHOLD 7350
#define DC_BDIV_QR_THRESHOLD 40
#define DC_BDIV_Q_THRESHOLD 72
/* Tuneup completed successfully, took 5413 seconds */
/* Tuneup completed successfully, took 554 seconds */