[Issue 12756] Cannot build dmd on windows because of longdouble

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat May 17 00:25:11 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12756

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |r.sagitario at gmx.de

--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> ---
VS knows "long double", but it is not 80 bits wide, but just the same 64 bits
as "double".

https://github.com/D-Programming-Language/dmd/pull/3553

--


More information about the Digitalmars-d-bugs mailing list