summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-01-16 20:36:28 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-01-16 20:36:28 +0100
commit684c9df26cbd042828c269b61aed8968cb84cdfb (patch)
treefa183aa4b64ef509f58eb389dd763d0fe6a050bf /tune
parentad4b7e4333eb02e7b075b5f75683657fb8300f0e (diff)
downloadgmp-684c9df26cbd042828c269b61aed8968cb84cdfb.tar.gz
mpz_fac_ui: Less memory, less divisions.
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 34a7fbcf4..c1d170142 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -2629,7 +2629,7 @@ tune_fac_ui (void)
param.function = speed_mpz_fac_ui_tune;
param.name = "FAC_DSC_THRESHOLD";
- param.min_size = 16;
+ param.min_size = 25;
param.max_size = FAC_DSC_THRESHOLD_LIMIT;
one (&fac_dsc_threshold, &param);