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: [patch]: Add support of new __int128 type for targets having 128-bit integer scalar support


On 05/25/2010 09:59 PM, Joseph S. Myers wrote:
> Note that the preferred names (with Kai's patch applied) are __int128 and
> unsigned __int128 (not the old typedefs __int128_t and __uint128_t that 
> are in your patch) - these names come from the x86_64 ABI.  The __int128 
> keyword has the advantage that, being a keyword rather than a typedef, it 
> can be used with "unsigned" (and C99 _Complex / GNU __complex__).
>   
Agreed, no problem at all, I also added already a link to the audit
trail of the library PR about this.

Paolo.


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