SIMD on Windows

Manu turkeyman at gmail.com
Sat Jun 22 01:10:30 PDT 2013


On 22 June 2013 15:54, Jonathan Dunlap <jadit2 at gmail.com> 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?
> -----
>
> 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
>

You can't use SIMD and symbolic debuginfo. The compiler will crash.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130622/f91ff032/attachment.html>


More information about the Digitalmars-d mailing list