http://d.puremagic.com/issues/show_bug.cgi?id=9301

           Summary: using XMM.PSHUFD results in an internal compiler error
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-01-12 07:03:51 PST ---
The following code causes an internal compiler error with DMD 2.061:

import core.simd;

void main()
{
    int4 a; 
    __simd(XMM.PSHUFD, a, 0x0);
}

The compiler outputs:

Internal error: e2ir.c 3882

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to