summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-07-02 02:08:46 +0200
committerTorbjorn Granlund <tg@gmplib.org>2017-07-02 02:08:46 +0200
commit37eb783b7a31dfaec61530118161d3fbea60f7e8 (patch)
tree0a1acf2673b127787424fc7c5a7fa10fd79c0573 /tune
parent74e9db2910bea3933519da7a71ba064c46545fe1 (diff)
downloadgmp-37eb783b7a31dfaec61530118161d3fbea60f7e8.tar.gz
(tune_mullo): For MULLO_BASECASE_THRESHOLD start at 2.
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index fd2bf833a..e7e471325 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1408,7 +1408,7 @@ tune_mullo (void)
param.function = speed_mpn_mullo_n;
param.name = "MULLO_BASECASE_THRESHOLD";
- param.min_size = 1;
+ param.min_size = 2;
param.min_is_always = 1;
param.max_size = MULLO_BASECASE_THRESHOLD_LIMIT-1;
param.stop_factor = 1.5;