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.