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

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


Another one from ffmpeg:


[~]> clang t6.c
t6.c:3:9: error: invalid instruction mnemonic 'pswapd'
    asm("pswapd %mm1,%mm3");
        ^
<inline asm>:1:2: note: instantiated into assembly here
        pswapd %mm1,%mm3
        ^
1 error generated.

[~]> cat t6.c
int main()
{
    asm("pswapd %mm1,%mm3");
}

-- 
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