This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Two or three initial observations on the fp prining patch
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Andreas Jaeger <aj at suse dot de>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 19 Nov 2003 23:09:52 -0500
- Subject: Re: Two or three initial observations on the fp prining patch
- References: <u8znetiqlh.fsf@gromit.moeb> <3FBA4D2C.90004@unitus.it>
Paolo Carlini writes:
> Andreas Jaeger wrote:
>
> >I would propose unsigned int for uint32_t instead of unsigned long...
> >
> >
> I see, because long is 64 bit on 64 bit machines, right? Ok, I have just
> re-read
> section 4.2 of your paper for GCC Summit and everything is clear!
Can we rely on (unsigned) int to be 32 bits on all supported
platforms? If so, great. The language doesn't require that, though.
Jerry