summaryrefslogtreecommitdiff
path: root/tune/tuneup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tune/tuneup.c')
-rw-r--r--tune/tuneup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index b61729119..444e5e429 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1763,6 +1763,7 @@ tune_hgcd_appr (void)
param.function = speed_mpn_hgcd_appr;
/* We seem to get strange results for small sizes */
param.min_size = 50;
+ param.stop_since_change = 150;
one (&hgcd_appr_threshold, &param);
}