[M3devel] __int128 coming to gcc

Tony Hosking hosking at cs.purdue.edu
Mon Jan 18 15:03:21 CET 2010


On 18 Jan 2010, at 08:05, Jay K wrote:

> gcc 4.6 apparently will have __int128.
> How long until we have LONGLONGINT or INT128?
> Presumably we should have LONGLONGINT or INT128 to expose it?
> :)

Why would we not simply expand LONGINT?  It doesn't matter even if it is slow.  Then 64-bit can be expressed as

BITS 64 FOR [0L..16_7FFFFFFFFFFFFFFFL]

>  Or, again, I should look at the arithemetic library...
>  
>  
>  - Jay
>  
>  
> Date: Mon, 18 Jan 2010 13:01:13 +0000
> From: gcc-patches-digest-help@
> To: gcc-patches@
> Subject: gcc-patches Digest 18 Jan 2010 13:01:13 -0000 Issue 14091
> 
> 
> gcc-patches Digest 18 Jan 2010 13:01:13 -0000 Issue 14091
> 
> ... 
> [patch]: New feature __int128 type C/C++ for upcoming 4.6 for  review
> 255919 by: Kai Tietz <ktietz70@>
> 
> ...
> 
> --Forwarded Message Attachment--
> Date: Mon, 18 Jan 2010 14:01:00 +0100
> Subject: Re: [patch]: New feature __int128 type C/C++ for upcoming 4.6 for review
> From: ktietz70@
> To: joseph@
> CC: gcc-patches@
> 
> 
> Hello,
>  
> this is the recent version of the __int128 type support as gcc
> extension. Comments in parser for C and C++ are updated and complex
> type and tests are added.
>  
> ChangeLog gcc/
> ....

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20100118/53e93722/attachment-0002.html>


More information about the M3devel mailing list