From e6f15143f9fb52977652e50de8be3cefe44f58b4 Mon Sep 17 00:00:00 2001 From: mvngu Date: Thu, 20 May 2010 04:37:14 +0000 Subject: [PATCH] netburst: sextus.skynet Linux: tuning values for GCD_THRESHOLD and GCDEXT_THRESHOLD --- mpn/x86_64/netburst/gmp-mparam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpn/x86_64/netburst/gmp-mparam.h b/mpn/x86_64/netburst/gmp-mparam.h index bcefc34f..e3bd6d8f 100644 --- a/mpn/x86_64/netburst/gmp-mparam.h +++ b/mpn/x86_64/netburst/gmp-mparam.h @@ -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 */