MinGW-w64 runtime library inclusion (Clang-compiled) for proper Win64 support?

David Nadlinger code at klickverbot.at
Sat Jun 15 16:42:08 PDT 2013


On Saturday, 15 June 2013 at 22:39:17 UTC, bearophile wrote:
> David Nadlinger:
>
>> … which doesn't fully apply to LDC. ;)
>
> What's the point of not following the ABI of D reals in LDC?

The question should be: What's the point of DMD not following the 
standard C ABI on Win32? ;)

In the case of reals, simple things should work, but DMD packs 
together 80-bit reals end-to-end (i.e. 10 byte spacing), whereas 
LLVM chooses 12 byte alignment.

David


More information about the digitalmars-d-ldc mailing list