beta-0.89.2
[luatex.git] / source / libs / gmp / gmp-src / mpn / pa32 / gmp-mparam.h
blob377efcb1565fdc12b0a37d7a940453da7bb7840d
1 /* HP-PA 1.0 gmp-mparam.h -- Compiler/machine parameter header file.
3 Copyright 1991, 1993, 1994, 1999-2002, 2012 Free Software Foundation, Inc.
5 This file is part of the GNU MP Library.
7 The GNU MP Library is free software; you can redistribute it and/or modify
8 it under the terms of either:
10 * the GNU Lesser General Public License as published by the Free
11 Software Foundation; either version 3 of the License, or (at your
12 option) any later version.
16 * the GNU General Public License as published by the Free Software
17 Foundation; either version 2 of the License, or (at your option) any
18 later version.
20 or both in parallel, as here.
22 The GNU MP Library is distributed in the hope that it will be useful, but
23 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
24 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
25 for more details.
27 You should have received copies of the GNU General Public License and the
28 GNU Lesser General Public License along with the GNU MP Library. If not,
29 see https://www.gnu.org/licenses/. */
31 #define GMP_LIMB_BITS 32
32 #define GMP_LIMB_BYTES 4
34 /* These values are for the PA7100 using GCC. */
35 /* Generated by tuneup.c, 2000-10-27. */
37 #ifndef MUL_TOOM22_THRESHOLD
38 #define MUL_TOOM22_THRESHOLD 30
39 #endif
40 #ifndef MUL_TOOM33_THRESHOLD
41 #define MUL_TOOM33_THRESHOLD 141
42 #endif
44 #ifndef SQR_TOOM2_THRESHOLD
45 #define SQR_TOOM2_THRESHOLD 59
46 #endif
47 #ifndef SQR_TOOM3_THRESHOLD
48 #define SQR_TOOM3_THRESHOLD 177
49 #endif
51 #ifndef DIV_DC_THRESHOLD
52 #define DIV_DC_THRESHOLD 108
53 #endif
55 #ifndef POWM_THRESHOLD
56 #define POWM_THRESHOLD 18
57 #endif
59 #ifndef GCDEXT_THRESHOLD
60 #define GCDEXT_THRESHOLD 33
61 #endif