- Original Message -
From: "Jim Michaels"
>
> 128-bit constants are not allowed in mingw-w64 apparently. they must be
> designed into the language.
>
> I don't know why there isn't a 128-bit data type - there are UUID's on
> UNIX, the
> MAC, and the equivalent GUID on windows (a 128-bi
____
From: Kai Tietz
To: Sisyphus
Cc: Jim Michaels ; mingw64
Sent: Thu, February 10, 2011 10:21:46 AM
Subject: Re: [Mingw-w64-public] Looking for unsigned __int128
2011/2/10 Sisyphus :
>
> - Original Message -
> From: "Jim Michaels"
>
>> cool!
2011/2/10 Sisyphus :
>
> - Original Message -
> From: "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?
>
> Not in my version (4.6.0 20100414
- Original Message -
From: "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?
Not in my version (4.6.0 20100414) of the compiler - I can't spea
s
Cc: mingw64
Sent: Wed, February 9, 2011 4:06:41 AM
Subject: Re: [Mingw-w64-public] Looking for unsigned __int128
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 __in
- 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
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
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
-