https://d.puremagic.com/issues/show_bug.cgi?id=11585
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Platform|x86_64 |All Summary|SIMD: Internal error: |ICE(cgcod.c) with SIMD and |backend/cgcod.c 1561 |-O OS/Version|Linux |All --- Comment #1 from yebblies <[email protected]> 2013-11-24 14:18:40 EST --- Reduced fails with -m64 -O import core.simd; ubyte16 x; void foo(ubyte16* d) { if (d is null) return; ubyte16 a, b; x = __simd(XMM.PCMPEQB, *d, *d); } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
