This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 32-bits or 64-bits
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: gerardo_oliva at yahoo dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 27 Nov 2001 13:15:48 -0800 (PST)
- Subject: Re: Gcc 32-bits or 64-bits
> There's three terms i want to make sure its meaning
> HPPA - HP PA Risc
Yes.
> IPF - ? (itanium maybe)
Yes. (Itanium Processor Family)
>
> ILP32 - ?
This means Integers, Longs, Pointers are all 32 bits. This is
"standard" 32-bit mode.
> LP64 - ?
This means Longs and Pointers are 64 bits. This is 64-bit mode.
Integers are still 32 bits in this mode.
Steve Ellcey
sje@cup.hp.com