summaryrefslogtreecommitdiff
path: root/gmp/mpn/power/gmp-mparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmp/mpn/power/gmp-mparam.h')
-rw-r--r--gmp/mpn/power/gmp-mparam.h33
1 files changed, 11 insertions, 22 deletions
diff --git a/gmp/mpn/power/gmp-mparam.h b/gmp/mpn/power/gmp-mparam.h
index 7cb36f963e..f9b10e6a47 100644
--- a/gmp/mpn/power/gmp-mparam.h
+++ b/gmp/mpn/power/gmp-mparam.h
@@ -1,40 +1,29 @@
/* POWER gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 2002-2004 Free Software Foundation, Inc.
+Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of either:
-
- * the GNU Lesser General Public License as published by the Free
- Software Foundation; either version 3 of the License, or (at your
- option) any later version.
-
-or
-
- * the GNU General Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your option) any
- later version.
-
-or both in parallel, as here.
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 3 of the License, or (at your
+option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details.
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
-You should have received copies of the GNU General Public License and the
-GNU Lesser General Public License along with the GNU MP Library. If not,
-see https://www.gnu.org/licenses/. */
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
/* Generated by tuneup.c, 2003-02-10, gcc 3.2, POWER2 66.7MHz */
-#define MUL_TOOM22_THRESHOLD 12
-#define MUL_TOOM33_THRESHOLD 75
+#define MUL_KARATSUBA_THRESHOLD 12
+#define MUL_TOOM3_THRESHOLD 75
#define SQR_BASECASE_THRESHOLD 7
-#define SQR_TOOM2_THRESHOLD 28
+#define SQR_KARATSUBA_THRESHOLD 28
#define SQR_TOOM3_THRESHOLD 86
#define DIV_SB_PREINV_THRESHOLD MP_SIZE_T_MAX /* never */