From 238dbfdc646f1f8b8cd683fb6ac0d7ecc9d261a0 Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Wed, 12 May 2010 16:16:45 +0000 Subject: [PATCH] k7 params --- mpn/x86/k7/gmp-mparam.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mpn/x86/k7/gmp-mparam.h b/mpn/x86/k7/gmp-mparam.h index 00992ff0..98ee6878 100644 --- a/mpn/x86/k7/gmp-mparam.h +++ b/mpn/x86/k7/gmp-mparam.h @@ -13,8 +13,9 @@ #define POWM_THRESHOLD 180 -#define GCD_ACCEL_THRESHOLD 58 -#define GCDEXT_THRESHOLD 34 +#define GCD_ACCEL_THRESHOLD 52 +#define GCD_THRESHOLD 330 +#define GCDEXT_THRESHOLD 996 #define JACOBI_BASE_METHOD 1 #define USE_PREINV_DIVREM_1 1 /* native */