This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: 128 bits integers
- From: Andrés Domínguez <andresdju at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 24 Jul 2005 13:59:08 +0200
- Subject: Re: 128 bits integers
- References: <64399b1705072311242bab7686@mail.gmail.com> <200507232030.05646.pluto@agmk.net>
- Reply-to: Andrés Domínguez <andresdju at gmail dot com>
On 7/23/05, Pawel wrote:
> On Saturday 23 of July 2005 20:24, Andrés Domínguez wrote:
> > How can I use 128 bits integers in C language with gcc on AMD64?
> > What is __int128? I have tried __int128 but doesn't work.
>
> use __int128_t, __uint128_t.
Thank you Pawel, it works. Thank you Ian for your reply.
Andrés Domínguez