diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-11-16 22:59:20 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-11-16 22:59:20 +0100 |
commit | d6d9be9b1a1c9e54e38ace80e4fdf6530596459a (patch) | |
tree | 7698beb682201068edb067979c6c8ae6f5c8aabf | |
parent | 04643a219a5f57511cecff2fd2ffbe932a5fd08d (diff) | |
download | gmp-d6d9be9b1a1c9e54e38ace80e4fdf6530596459a.tar.gz |
Under pentium count_leading_zeros, don't say "the compiler" when it's
always gcc.
-rw-r--r-- | longlong.h | 2 |
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. */ |