summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-15 00:50:07 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-15 00:50:07 +0200
commitc7d298cf4dd98dea514e07176c99fc2a21dcb43b (patch)
treeb74ebd397e092427f156f5306dee9a17d70bfc05 /longlong.h
parent0002bd84781d43f53943f88a4a7c18af74ab8574 (diff)
downloadgmp-c7d298cf4dd98dea514e07176c99fc2a21dcb43b.tar.gz
More of:
* longlong.h (count_leading_zeros) [pentium]: Decide to go with float method for p54.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/longlong.h b/longlong.h
index b2dfa8464..3b878ae00 100644
--- a/longlong.h
+++ b/longlong.h
@@ -590,6 +590,7 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ((UWtype *, UWtype, UWtype, UWtype));
__u.d = (UWtype) (n); \
(c) = 0x3FF + 31 - (__u.a[1] >> 20); \
} while (0)
+#define COUNT_LEADING_ZEROS_0 (0x3FF + 31)
#else /* ! pentium */
#if HAVE_HOST_CPU_pentiummmx