netburst: sextus.skynet Linux: tuning values for GCD_THRESHOLD and GCDEXT_THRESHOLD

This commit is contained in:
mvngu 2010-05-20 04:37:14 +00:00
parent 5dda7b0c27
commit e6f15143f9

View File

@ -14,7 +14,8 @@
#define POWM_THRESHOLD 50
#define GCD_ACCEL_THRESHOLD 58
#define GCDEXT_THRESHOLD 39
#define GCD_THRESHOLD 898
#define GCDEXT_THRESHOLD 602
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD MP_SIZE_T_MAX /* never */