----- 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 helps.
Seems to work fine. Thanks Kai. 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
