[cfe-dev] [libc++] __int128 support in type_traits

G M gmisocpp at gmail.com
Sat Oct 5 15:13:51 PDT 2013


>* On Windows, what to do about sizeof(long double) for MSVC being 8 and *>*sizeof(long double) for g++ being 16.
*
s/16/12

12 is for g++ on 32 bit systems, but it's 16 for 64 bit systems like
mine. By default it's 8 for MS's cl.exe in both cases.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131006/9929dcfa/attachment.html>


More information about the cfe-dev mailing list