http://llvm.org/bugs/show_bug.cgi?id=8280

           Summary: Implement pshufw mnemonic
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Saw this while compiling x264:


[~]> cat t2.c
int main()
{

    asm ("pshufw");
}

[~]> clang t2.c
t2.c:4:10: error: invalid instruction mnemonic 'pshufw'
    asm ("pshufw");
         ^
<inline asm>:1:2: note: instantiated into assembly here
        pshufw
        ^
1 error generated.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to