summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-05 17:27:58 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-05 17:27:58 +0200
commit25bdaf9ddb36141427231f0ceff10832230cbbf0 (patch)
treee9b5c8fd55d999d658cb1aa14b1b4ac1fec16ebd /gmp-impl.h
parent56a37797cd5f999abc8da71c08bdee920988e1c5 (diff)
downloadgmp-25bdaf9ddb36141427231f0ceff10832230cbbf0.tar.gz
gmp-impl.h (FAC_???_THRESHOLD): Update default values.
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 8a9db93c4..0685b4bc7 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -2214,11 +2214,11 @@ struct fft_table_nk
#endif
#ifndef FAC_ODD_THRESHOLD
-#define FAC_ODD_THRESHOLD 100
+#define FAC_ODD_THRESHOLD 35
#endif
#ifndef FAC_DSC_THRESHOLD
-#define FAC_DSC_THRESHOLD 300
+#define FAC_DSC_THRESHOLD 400
#endif
/* Return non-zero if xp,xsize and yp,ysize overlap.