mpn/powerpc32/gmp-mparam.h from varro

This commit is contained in:
(no author) 2010-03-24 18:26:30 +00:00
parent 6c57fd310f
commit 93c15b224b

View File

@ -1,59 +1,20 @@
/* PowerPC-32 gmp-mparam.h -- Compiler/machine parameter header file.
/* Generated by tuneup.c, 2010-03-24, gcc 4.0 */
Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2006 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 the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 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 Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
#define BITS_PER_MP_LIMB 32
#define BYTES_PER_MP_LIMB 4
/* This file is supposed to be used for 604, 604e, 744x/745x/747x (G4+), i.e.,
32-bit PowerPC processors with reasonably fast integer multiply insns. The
values below are chosen to be best for the latter processors, since 604 is
largely irrelevant today.
In mpn/powerpc32/750/gmp-mparam.h there are values for 75x (G3) and for
7400/7410 (G4), both which have much slower multiply instructions. */
/* Generated by tuneup.c, 2009-06-02, gcc 4.1 */
#define MUL_KARATSUBA_THRESHOLD 14
#define MUL_TOOM3_THRESHOLD 73
#define MUL_TOOM4_THRESHOLD 169
#define MUL_TOOM7_THRESHOLD 321
#define MUL_KARATSUBA_THRESHOLD 22
#define MUL_TOOM3_THRESHOLD 74
#define MUL_TOOM4_THRESHOLD 234
#define MUL_TOOM8H_THRESHOLD 238
#define SQR_BASECASE_THRESHOLD 0 /* always */
#define SQR_KARATSUBA_THRESHOLD 26
#define SQR_TOOM3_THRESHOLD 85
#define SQR_TOOM4_THRESHOLD 195
#define SQR_TOOM7_THRESHOLD 363
#define SQR_KARATSUBA_THRESHOLD 28
#define SQR_TOOM3_THRESHOLD 86
#define SQR_TOOM4_THRESHOLD 250
#define SQR_TOOM8_THRESHOLD 254
#define MULLOW_BASECASE_THRESHOLD 0 /* always */
#define MULLOW_DC_THRESHOLD 56
#define MULLOW_MUL_N_THRESHOLD 327
#define POWM_THRESHOLD 984
#define DIV_SB_PREINV_THRESHOLD 0 /* always */
#define DIV_DC_THRESHOLD 48
#define POWM_THRESHOLD 83
#define GCD_ACCEL_THRESHOLD 7
#define GCDEXT_THRESHOLD 22
#define GCD_ACCEL_THRESHOLD 62
#define GCDEXT_THRESHOLD 27
#define JACOBI_BASE_METHOD 1
#define DIVREM_1_NORM_THRESHOLD 0 /* always */
@ -65,18 +26,47 @@ MA 02110-1301, USA. */
#define DIVREM_2_THRESHOLD 0 /* always */
#define DIVEXACT_1_THRESHOLD 0 /* always */
#define MODEXACT_1_ODD_THRESHOLD 0 /* always (native) */
#define MOD_1_1_THRESHOLD 8
#define MOD_1_2_THRESHOLD 8
#define MOD_1_3_THRESHOLD 20
#define DIVREM_HENSEL_QR_1_THRESHOLD 996
#define RSH_DIVREM_HENSEL_QR_1_THRESHOLD 996
#define DIVREM_EUCLID_HENSEL_THRESHOLD 17
#define GET_STR_DC_THRESHOLD 19
#define GET_STR_PRECOMPUTE_THRESHOLD 34
#define SET_STR_THRESHOLD 6418
#define ROOTREM_THRESHOLD 6
#define MUL_FFT_TABLE { 304, 736, 896, 2560, 10240, 40960, 163840, 655360, 0 }
#define MUL_FFT_MODF_THRESHOLD 232
#define MUL_FFT_THRESHOLD 6144
#define GET_STR_DC_THRESHOLD 10
#define GET_STR_PRECOMPUTE_THRESHOLD 23
#define SET_STR_DC_THRESHOLD 7863
#define SET_STR_PRECOMPUTE_THRESHOLD 28988
#define SQR_FFT_TABLE { 272, 736, 896, 3584, 10240, 40960, 163840, 655360, 0 }
#define MUL_FFT_TABLE { 304, 736, 896, 3584, 14336, 24576, 163840, 655360, 2621440, 0 }
#define MUL_FFT_MODF_THRESHOLD 320
#define MUL_FFT_FULL_THRESHOLD 1152
#define SQR_FFT_TABLE { 272, 736, 896, 3584, 10240, 40960, 163840, 655360, 2621440, 10485760, 0 }
#define SQR_FFT_MODF_THRESHOLD 232
#define SQR_FFT_THRESHOLD 2304
#define SQR_FFT_FULL_THRESHOLD 1152
/* Tuneup completed successfully, took 68 seconds */
#define MULLOW_BASECASE_THRESHOLD 0 /* always */
#define MULLOW_DC_THRESHOLD 57
#define MULLOW_MUL_THRESHOLD 3609
#define MULHIGH_BASECASE_THRESHOLD 4
#define MULHIGH_DC_THRESHOLD 47
#define MULHIGH_MUL_THRESHOLD 2852
#define MULMOD_2EXPM1_THRESHOLD 20
#define FAC_UI_THRESHOLD 14512
#define DC_DIV_QR_THRESHOLD 68
#define DC_DIVAPPR_Q_N_THRESHOLD 273
#define INV_DIV_QR_THRESHOLD 3478
#define INV_DIVAPPR_Q_N_THRESHOLD 273
#define DC_DIV_Q_THRESHOLD 339
#define INV_DIV_Q_THRESHOLD 3410
#define DC_DIVAPPR_Q_THRESHOLD 309
#define INV_DIVAPPR_Q_THRESHOLD 3625
#define DC_BDIV_QR_THRESHOLD 67
#define DC_BDIV_Q_THRESHOLD 153
/* Tuneup completed successfully, took 1091 seconds */