Re: 128 bits integers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Andrés Domínguez <andresdju@xxxxxxxxx> writes:

> 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.

It's hardly elegant, and there may be a better solution, but this will
work:

typedef int bigint_t __attribute__ ((__mode__ (__TI__)));

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux