summaryrefslogtreecommitdiff
path: root/mpn/minithres
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-07 08:31:11 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-05-07 08:31:11 +0200
commit1559fe62e9ad44133dea727209076d014e24492a (patch)
tree46cba2ea9fe342eb79c59ba3a037d0a9b3871120 /mpn/minithres
parent70fbf23133d4912f79a472428e8f0fb1cee720a5 (diff)
downloadgmp-1559fe62e9ad44133dea727209076d014e24492a.tar.gz
Updated minithres.
Diffstat (limited to 'mpn/minithres')
-rw-r--r--mpn/minithres/gmp-mparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpn/minithres/gmp-mparam.h b/mpn/minithres/gmp-mparam.h
index e8f603025..24c63cec6 100644
--- a/mpn/minithres/gmp-mparam.h
+++ b/mpn/minithres/gmp-mparam.h
@@ -35,7 +35,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define MUL_TOOM22_THRESHOLD 8
#define MUL_TOOM33_THRESHOLD 20
#define MUL_TOOM44_THRESHOLD 24
-#define MUL_TOOM6H_THRESHOLD 200 /* FIXME */
+#define MUL_TOOM6H_THRESHOLD 70 /* FIXME */
#define MUL_TOOM8H_THRESHOLD 86
#define MUL_TOOM32_TO_TOOM43_THRESHOLD 50 /* FIXME */
@@ -47,7 +47,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define SQR_TOOM2_THRESHOLD 8
#define SQR_TOOM3_THRESHOLD 20
#define SQR_TOOM4_THRESHOLD 24
-#define SQR_TOOM6H_THRESHOLD 200 /* FIXME */
+#define SQR_TOOM6H_THRESHOLD 70 /* FIXME */
#define SQR_TOOM8H_THRESHOLD 86
#define MULMOD_BNM1_THRESHOLD 10
@@ -95,4 +95,4 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define SET_STR_PRECOMPUTE_THRESHOLD 100
#define FAC_ODD_THRESHOLD 0 /* always */
-#define FAC_DSC_THRESHOLD 25
+#define FAC_DSC_THRESHOLD 26