[LLVMbugs] [Bug 8290] New: Implement pfpnacc mnemonic
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sun Oct  3 12:27:52 PDT 2010
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=8290
           Summary: Implement pfpnacc mnemonic
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ismail at namtrac.org
                CC: llvmbugs at cs.uiuc.edu
Another one from ffmpeg:
[~]> cat t7.c
int main()
{
    asm("pfpnacc   %mm2, %mm0");
}
[cartman at havana][22:28:24]
[~]> clang t7.c
t7.c:3:9: error: invalid instruction mnemonic 'pfpnacc'
    asm("pfpnacc   %mm2, %mm0");
        ^
<inline asm>:1:2: note: instantiated into assembly here
        pfpnacc   %mm2, %mm0
        ^
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.
    
    
More information about the llvm-bugs
mailing list