summaryrefslogtreecommitdiff
path: root/mpn/x86_64/gmp-mparam.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-01-23 23:37:29 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-01-23 23:37:29 +0100
commit57a693b6f8862e6203566a8f72e7f576d2ec69e2 (patch)
treef8baea10b08a15cae44e4f0edebcd95a0c6c6782 /mpn/x86_64/gmp-mparam.h
parent89039de0c1a819eb025f87916bbedae8819b0f3d (diff)
downloadgmp-57a693b6f8862e6203566a8f72e7f576d2ec69e2.tar.gz
Add FFT_TABLE3 tables for more machines.
Diffstat (limited to 'mpn/x86_64/gmp-mparam.h')
-rw-r--r--mpn/x86_64/gmp-mparam.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mpn/x86_64/gmp-mparam.h b/mpn/x86_64/gmp-mparam.h
index 8ebc943fc..b412f30f5 100644
--- a/mpn/x86_64/gmp-mparam.h
+++ b/mpn/x86_64/gmp-mparam.h
@@ -187,11 +187,11 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#define MATRIX22_STRASSEN_THRESHOLD 17
#define HGCD_THRESHOLD 139
-#define GCD_DC_THRESHOLD 555
-#define GCDEXT_DC_THRESHOLD 496
+#define GCD_DC_THRESHOLD 501
+#define GCDEXT_DC_THRESHOLD 474
#define JACOBI_BASE_METHOD 1
-#define GET_STR_DC_THRESHOLD 9
+#define GET_STR_DC_THRESHOLD 17
#define GET_STR_PRECOMPUTE_THRESHOLD 23
-#define SET_STR_DC_THRESHOLD 248
+#define SET_STR_DC_THRESHOLD 266
#define SET_STR_PRECOMPUTE_THRESHOLD 1648