[LLVMbugs] [Bug 10496] New: [AVX] missing intrinsics for integer min/max instructions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 26 03:34:39 PDT 2011


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

           Summary: [AVX] missing intrinsics for integer min/max
                    instructions
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: matt at pharr.org
                CC: llvmbugs at cs.uiuc.edu


AVX has instructions for {signed,unsigned} x {byte,word,dword} x {min,max} of
AVX registers.  (VPMINUB, VPMAXSD, etc, etc.) It looks like these aren't yet
supported in LLVM.

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