----- 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 speak for more 
recent editions.

All I have is the (signed) __int128, and now the (unsigned) __uint128.
However, I guess I could typedef them to int128_t and uint128_t if I wanted 
to use those symbols instead.

Cheers,
Rob 


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to