diff options
Diffstat (limited to 'mpn/x86_64')
-rw-r--r-- | mpn/x86_64/atom/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/core2/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/corei/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/fat/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/nano/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/x86_64/pentium4/gmp-mparam.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mpn/x86_64/atom/gmp-mparam.h b/mpn/x86_64/atom/gmp-mparam.h index 917b1cece..9ec43c742 100644 --- a/mpn/x86_64/atom/gmp-mparam.h +++ b/mpn/x86_64/atom/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* Generated by tuneup.c, 2009-11-26, gcc 4.4 */ diff --git a/mpn/x86_64/core2/gmp-mparam.h b/mpn/x86_64/core2/gmp-mparam.h index e9f8d0eb0..7ec4783e2 100644 --- a/mpn/x86_64/core2/gmp-mparam.h +++ b/mpn/x86_64/core2/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* 2133 MHz Core 2 (65nm) */ diff --git a/mpn/x86_64/corei/gmp-mparam.h b/mpn/x86_64/corei/gmp-mparam.h index 00c2aec05..8e60f94de 100644 --- a/mpn/x86_64/corei/gmp-mparam.h +++ b/mpn/x86_64/corei/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* 2667 MHz Core i7 */ diff --git a/mpn/x86_64/fat/gmp-mparam.h b/mpn/x86_64/fat/gmp-mparam.h index 17591e415..7e71f715b 100644 --- a/mpn/x86_64/fat/gmp-mparam.h +++ b/mpn/x86_64/fat/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 diff --git a/mpn/x86_64/gmp-mparam.h b/mpn/x86_64/gmp-mparam.h index 76f345197..8d43a2403 100644 --- a/mpn/x86_64/gmp-mparam.h +++ b/mpn/x86_64/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* 2500 MHz Athlon64 / 512 Kibyte cache */ diff --git a/mpn/x86_64/nano/gmp-mparam.h b/mpn/x86_64/nano/gmp-mparam.h index b20015a64..374999649 100644 --- a/mpn/x86_64/nano/gmp-mparam.h +++ b/mpn/x86_64/nano/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* 1600 MHz Nano 2xxx */ diff --git a/mpn/x86_64/pentium4/gmp-mparam.h b/mpn/x86_64/pentium4/gmp-mparam.h index 56beb00bc..26fa78e36 100644 --- a/mpn/x86_64/pentium4/gmp-mparam.h +++ b/mpn/x86_64/pentium4/gmp-mparam.h @@ -18,7 +18,7 @@ License for more details. 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/. */ -#define BITS_PER_MP_LIMB 64 +#define GMP_LIMB_BITS 64 #define BYTES_PER_MP_LIMB 8 /* These routines exists for all x86_64 chips, but they are slower on Pentium4 |