SIMD on Windows

Walter Bright newshound2 at digitalmars.com
Fri Jun 21 23:43:33 PDT 2013


On 6/21/2013 10:54 PM, Jonathan Dunlap wrote:
> Alright, I installed VC2010 (with x64 libs) and added the -m64 option to the
> compiler. Sadly the compiler dies with the below message. Should I file a bug or
> did I miss something?

Anytime you see a message like "Internal error" it's a compiler bug and should 
be reported to bugzilla.

To work around, try replacing -gc with -g.

> -----
>
> Building: Easy (Debug)
>
> Performing main compilation...
>
> Current dictionary: C:\Users\dunlap\Documents\GitHub\CodeEval\Dlang\
>
> C:\D\dmd2\windows\bin\dmd.exe -debug -gc "main.d" "SIMDTests.d"
> "-IC:\D\dmd2\src\druntime\src" "-IC:\D\dmd2\src\phobos" "-odobj\Debug"
> "-ofC:\Users\dunlap\Documents\GitHub\CodeEval\Dlang\bin\Debug\SIMDTests.exe" -m64
>
> Internal error: ..\ztc\cgcv.c 2162
>
> Exit code 1
>
> Build complete -- 1 error, 0 warnings



More information about the Digitalmars-d mailing list