summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-07 19:19:49 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-07 19:19:49 +0200
commit0cc38ade23dda98f0c471c5453d4560de5827857 (patch)
treee9e983c25653e6a6ba0cd7b969bb4db1e0dfb83e /tune
parent210c722df5ae17ed685efb97a5bea7cd4ed5c12b (diff)
downloadgmp-0cc38ade23dda98f0c471c5453d4560de5827857.tar.gz
typos in previous commit (was 32-bit only)
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 a2b9327da..20f9161e6 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -2642,7 +2642,7 @@ tune_fac_ui (void)
param.function = speed_mpz_fac_ui_tune;
param.name = "FAC_DSC_THRESHOLD";
- param.min_size = 42;
+ param.min_size = 70;
param.max_size = FAC_DSC_THRESHOLD_LIMIT;
one (&fac_dsc_threshold, &param);