summaryrefslogtreecommitdiff
path: root/mpn/powerpc32
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-10-29 10:04:26 +0100
committertege <tege@gmplib.org>2000-10-29 10:04:26 +0100
commit9e9d7865e31c143b8e586404a296bc4c79548af8 (patch)
treee0696fd7b60bd5b7fd9e9039ad934bdd6d02037c /mpn/powerpc32
parent72d7f5255529847eb77d49e02c4c3e27741ac6f3 (diff)
downloadgmp-9e9d7865e31c143b8e586404a296bc4c79548af8.tar.gz
Retune.
Diffstat (limited to 'mpn/powerpc32')
-rw-r--r--mpn/powerpc32/gmp-mparam.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/mpn/powerpc32/gmp-mparam.h b/mpn/powerpc32/gmp-mparam.h
index 7b9c68b44..059bf9e28 100644
--- a/mpn/powerpc32/gmp-mparam.h
+++ b/mpn/powerpc32/gmp-mparam.h
@@ -30,17 +30,17 @@ MA 02111-1307, USA. */
different for the 603 and 750 that have much slower multiply
instructions. */
-/* Generated by tuneup.c, 2000-05-26. */
+/* Generated by tuneup.c, 2000-10-27. */
#ifndef KARATSUBA_MUL_THRESHOLD
-#define KARATSUBA_MUL_THRESHOLD 26 /* tuneup says 20 */
+#define KARATSUBA_MUL_THRESHOLD 20
#endif
#ifndef TOOM3_MUL_THRESHOLD
#define TOOM3_MUL_THRESHOLD 228
#endif
#ifndef KARATSUBA_SQR_THRESHOLD
-#define KARATSUBA_SQR_THRESHOLD 46 /* tuneup says 44 */
+#define KARATSUBA_SQR_THRESHOLD 44
#endif
#ifndef TOOM3_SQR_THRESHOLD
#define TOOM3_SQR_THRESHOLD 262
@@ -51,7 +51,7 @@ MA 02111-1307, USA. */
#endif
#ifndef FIB_THRESHOLD
-#define FIB_THRESHOLD 86
+#define FIB_THRESHOLD 104
#endif
#ifndef POWM_THRESHOLD
@@ -66,21 +66,21 @@ MA 02111-1307, USA. */
#endif
#ifndef FFT_MUL_TABLE
-#define FFT_MUL_TABLE { 560, 1312, 2432, 5632, 18432, 57344, 0 }
+#define FFT_MUL_TABLE { 560, 1312, 2432, 6656, 18432, 40960, 0 }
#endif
#ifndef FFT_MODF_MUL_THRESHOLD
-#define FFT_MODF_MUL_THRESHOLD 624
+#define FFT_MODF_MUL_THRESHOLD 592
#endif
#ifndef FFT_MUL_THRESHOLD
-#define FFT_MUL_THRESHOLD 8960
+#define FFT_MUL_THRESHOLD 7424
#endif
#ifndef FFT_SQR_TABLE
-#define FFT_SQR_TABLE { 560, 1312, 2432, 5632, 18432, 40960, 0 }
+#define FFT_SQR_TABLE { 528, 1248, 2432, 5632, 14336, 57344, 0 }
#endif
#ifndef FFT_MODF_SQR_THRESHOLD
-#define FFT_MODF_SQR_THRESHOLD 576
+#define FFT_MODF_SQR_THRESHOLD 544
#endif
#ifndef FFT_SQR_THRESHOLD
-#define FFT_SQR_THRESHOLD 6400
+#define FFT_SQR_THRESHOLD 5888
#endif