SIMD on Windows
Jonathan Dunlap
jadit2 at gmail.com
Fri Jun 21 22:54:27 PDT 2013
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?
-----
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