Re: [Mingw-w64-public] Looking for unsigned __int128

2011-02-09 Thread Jim Michaels
cool! I've been wanting to work with a 128-bit data type for a while now... now I can work with GUIDs easier. is this available under stdint.h as uint128_t and int128_t? - Jim Michaels jmich...@yahoo.com j...@jimscomputerrepairandwebdesign.com http://JimsComputerRepairandWebDesign.

Re: [Mingw-w64-public] Looking for unsigned __int128

2011-02-09 Thread Sisyphus
- Original Message - From: "Kai Tietz" > > for an unsigned variant you can create an new type __uint128 as following: > > #ifdef _WIN64 > #ifndef __SIZEOF_INT128__ > typedef unsigned int __uint128 __attribute__ ((__mode__ (TI))); > #endif > #endif > #endif /* __GNUC__ */ > > Hope this he

Re: [Mingw-w64-public] Looking for unsigned __int128

2011-02-09 Thread Kai Tietz
2011/2/9 Sisyphus : > Hi , > > I'm running Vista64, and I have a build of mingw64 from last year that has > the signed __int128 type, but (apparently) no unsigned __int128. > > Do we have a (pre-built) mingw64 compiler that provides the unsigned > __int128 type ? > > Cheers, > Rob As the native ty

[Mingw-w64-public] Looking for unsigned __int128

2011-02-09 Thread Sisyphus
Hi , I'm running Vista64, and I have a build of mingw64 from last year that has the signed __int128 type, but (apparently) no unsigned __int128. Do we have a (pre-built) mingw64 compiler that provides the unsigned __int128 type ? Cheers, Rob -