summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-11-16 22:59:20 +0100
committerKevin Ryde <user42@zip.com.au>2000-11-16 22:59:20 +0100
commitd6d9be9b1a1c9e54e38ace80e4fdf6530596459a (patch)
tree7698beb682201068edb067979c6c8ae6f5c8aabf /longlong.h
parent04643a219a5f57511cecff2fd2ffbe932a5fd08d (diff)
downloadgmp-d6d9be9b1a1c9e54e38ace80e4fdf6530596459a.tar.gz
Under pentium count_leading_zeros, don't say "the compiler" when it's
always gcc.
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/longlong.h b/longlong.h
index ebf748d91..5ed4c829b 100644
--- a/longlong.h
+++ b/longlong.h
@@ -481,7 +481,7 @@ extern USItype __MPN(udiv_qrnnd) _PROTO ((USItype *, USItype, USItype, USItype))
__shift -= (__n < 0x10000);
__shift -= (__n < 0x100);
- The middle two sbbl and cmpl's pair, and with luck something the compiler
+ The middle two sbbl and cmpl's pair, and with luck something gcc
generates might pair with the first cmpl and the last sbbl. The "32+1"
constant could be folded into __clz_tab[], but it doesn't seem worth
making a different table just for that. */