summaryrefslogtreecommitdiff
path: root/mpn/ia64/gmp-mparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/ia64/gmp-mparam.h')
-rw-r--r--mpn/ia64/gmp-mparam.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/mpn/ia64/gmp-mparam.h b/mpn/ia64/gmp-mparam.h
index 4b202f3eb..83338f94e 100644
--- a/mpn/ia64/gmp-mparam.h
+++ b/mpn/ia64/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -22,20 +22,22 @@ MA 02111-1307, USA. */
#define BITS_PER_MP_LIMB 64
#define BYTES_PER_MP_LIMB 8
-/* Generated by tuneup.c, 2003-10-01, gcc 2.96, itanium2, 1400MHz */
+/* Generated by tuneup.c, 2004-01-30, gcc "2.96", itanium2, 1400MHz */
#define MUL_KARATSUBA_THRESHOLD 62
-#define MUL_TOOM3_THRESHOLD 132
+#define MUL_TOOM3_THRESHOLD 91
#define SQR_BASECASE_THRESHOLD 5
#define SQR_KARATSUBA_THRESHOLD 132
-#define SQR_TOOM3_THRESHOLD 218
+#define SQR_TOOM3_THRESHOLD 157
#define DIV_SB_PREINV_THRESHOLD 0 /* preinv always */
#define DIV_DC_THRESHOLD 71
#define POWM_THRESHOLD 619
+#define HGCD_SCHOENHAGE_THRESHOLD 321
#define GCD_ACCEL_THRESHOLD 3
+#define GCD_SCHOENHAGE_THRESHOLD 955
#define GCDEXT_THRESHOLD 81
#define JACOBI_BASE_METHOD 1
@@ -56,5 +58,5 @@ MA 02111-1307, USA. */
#define MUL_FFT_THRESHOLD 3968
#define SQR_FFT_TABLE { 848, 1760, 2880, 6912, 15360, 28672, 0 }
-#define SQR_FFT_MODF_THRESHOLD 712
-#define SQR_FFT_THRESHOLD 3968
+#define SQR_FFT_MODF_THRESHOLD 832
+#define SQR_FFT_THRESHOLD 6016