summaryrefslogtreecommitdiff
path: root/mpn/pa64w
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/pa64w')
-rw-r--r--mpn/pa64w/gmp-mparam.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/mpn/pa64w/gmp-mparam.h b/mpn/pa64w/gmp-mparam.h
index abe14b3cc..6d195121a 100644
--- a/mpn/pa64w/gmp-mparam.h
+++ b/mpn/pa64w/gmp-mparam.h
@@ -1,6 +1,7 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
@@ -28,15 +29,15 @@ MA 02111-1307, USA. */
/* Generated by tuneup.c, 2002-02-12, system compiler */
-#define KARATSUBA_MUL_THRESHOLD 17
-#define TOOM3_MUL_THRESHOLD 92
+#define MUL_KARATSUBA_THRESHOLD 17
+#define MUL_TOOM3_THRESHOLD 92
-#define BASECASE_SQR_THRESHOLD 4
-#define KARATSUBA_SQR_THRESHOLD 32
-#define TOOM3_SQR_THRESHOLD 117
+#define SQR_BASECASE_THRESHOLD 4
+#define SQR_KARATSUBA_THRESHOLD 32
+#define SQR_TOOM3_THRESHOLD 117
-#define SB_PREINV_THRESHOLD 0
-#define DC_THRESHOLD 64
+#define DIV_SB_PREINV_THRESHOLD 0
+#define DIV_DC_THRESHOLD 64
#define POWM_THRESHOLD 104
#define GCD_ACCEL_THRESHOLD 3
@@ -53,14 +54,14 @@ MA 02111-1307, USA. */
#define DIVEXACT_1_THRESHOLD 0 /* always */
#define MODEXACT_1_ODD_THRESHOLD 0 /* always */
-#define GET_STR_BASECASE_THRESHOLD 21
+#define GET_STR_DC_THRESHOLD 21
#define GET_STR_PRECOMPUTE_THRESHOLD 23
#define SET_STR_THRESHOLD 6336
-#define FFT_MUL_TABLE { 496, 1056, 2368, 4352, 11264, 36864, 0 }
-#define FFT_MODF_MUL_THRESHOLD 392
-#define FFT_MUL_THRESHOLD 2432
+#define MUL_FFT_TABLE { 496, 1056, 2368, 4352, 11264, 36864, 0 }
+#define MUL_FFT_MODF_THRESHOLD 392
+#define MUL_FFT_THRESHOLD 2432
-#define FFT_SQR_TABLE { 496, 1120, 2624, 4864, 11264, 28672, 0 }
-#define FFT_MODF_SQR_THRESHOLD 376
-#define FFT_SQR_THRESHOLD 2688
+#define SQR_FFT_TABLE { 496, 1120, 2624, 4864, 11264, 28672, 0 }
+#define SQR_FFT_MODF_THRESHOLD 376
+#define SQR_FFT_THRESHOLD 2688