public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* 128-bit interger
@ 2002-10-25 14:40 Anbu Suvackin
  2002-10-28  5:12 ` John Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Anbu Suvackin @ 2002-10-25 14:40 UTC (permalink / raw)
  To: gcc-help

Hi,

I have a 64-bit integer type variable that needs to be extended to
128-bit. Is there any support for 128-bit integer type variable in GNU C
compiler?

Thanks
anbu


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 128-bit interger
  2002-10-25 14:40 128-bit interger Anbu Suvackin
@ 2002-10-28  5:12 ` John Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: John Love-Jensen @ 2002-10-28  5:12 UTC (permalink / raw)
  To: Anbu Suvackin; +Cc: gcc-help

Hi Anbu,

Not all platforms support 128-bit integers.

What platform?

You can test your platform via:
#include <iostream>
using namespace std;
int main() {
    cout << (sizeof(long long) * 8) << endl;
}

--Eljay

On 10/25/02 3:41 PM, "Anbu Suvackin" <asuvacki@cisco.com> wrote:

> Hi,
> 
> I have a 64-bit integer type variable that needs to be extended to
> 128-bit. Is there any support for 128-bit integer type variable in GNU C
> compiler?
> 
> Thanks
> anbu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-28 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 14:40 128-bit interger Anbu Suvackin
2002-10-28  5:12 ` John Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).