Just save yourself lots of headaches and abandon the optlink/omf
crap with -m64 resp. -m32mscoff.
the long-term solution is to include the [win32] headers in
druntime
™
On Wednesday, 8 October 2014 at 18:56:31 UTC, Etienne wrote:
I can't seem to find this function anywhere: __simd(void16*,
void16)
MOVDQU => void _mm_storeu_si128 ( __m128i *p, __m128i a)
MOVDQU => __m128i _mm_loadu_si128 ( __m128i *p)
Is there a module by now that allows to directly write In
On Saturday, 6 September 2014 at 21:54:00 UTC, David Nadlinger
wrote:
On Saturday, 6 September 2014 at 17:51:16 UTC, Trass3r wrote:
SEH was patented, so llvm doesn't support it.
That has changed.
Has it? SEH on Win64 is something entirely different from the
original (x86) SEH design, and no
SEH was patented, so llvm doesn't support it.
That has changed.
Yeah that's the price we pay for the simplicity.
Also most constraints directly or indirectly consist of a complex
boolean expressions and you don't get any hint which part failed
and why.
http://forum.dlang.org/thread/pxotrowaqcenrpnnw...@forum.dlang.org
The only question I have is what happens when you use
SUBSYSTEM:WINDOWS:4.0 (Which I understand means XP or higher)
and the program runs on something older?
I think it should be possible to run DustMite on some big project
like phobos to actually search for such internal errors.