This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] division by multiplicative inverse in hashtab.c


Richard Henderson <rth@redhat.com> writes:

> On Wed, Apr 07, 2004 at 02:28:42PM -0400, Ian Lance Taylor wrote:
> > At the risk of pointing out the obvious, it seems to me that all you
> > really care about is whether the compiler supports 'unsigned long
> > long'.  It's a C99 type, so most compilers will soon support it.
> 
> Point.  Although what I really want is a 64-bit type; long would
> work fine on some systems.  I suppose as long as I'm modifying
> configure I can check for that as well.

... or uint64_t ...

-- 
- Geoffrey Keating <geoffk@geoffk.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]