simd and dmd compiler v 2.066 and 2.067.0-b1

Laeeth Isharc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 3 13:59:00 PST 2014


On Monday, 3 November 2014 at 21:23:50 UTC, Marc Schütz wrote:
> Reduced testcase:
>
>     import core.simd;
>
>     void main()
>     {
>         short8 vec;
>         vec=vec*3;
>     }
>
> I've filed a bug report:
> https://issues.dlang.org/show_bug.cgi?id=13674

Thanks - appreciate it.  Laeeth.


More information about the Digitalmars-d-learn mailing list