[LLVMbugs] [Bug 15844] New: several XOP intrinsics are missing from xopintrin.h

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 25 01:43:22 PDT 2013


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

            Bug ID: 15844
           Summary: several XOP intrinsics are missing from xopintrin.h
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
          Assignee: unassignedclangbugs at nondot.org
          Reporter: kretz at kde.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Code that works with GCC doesn't compile with clang because of missing XOP
intrinsics. Specifically I'm missing:
_mm_comtrue_epu8
_mm_comlt_epu16
_mm_comgt_epu16
_mm_comlt_epu32
_mm_comgt_epu32

>From a quick look at the diff between xopintrin.h of GCC and clang there seem
to be even more intrinsics missing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130425/33df562d/attachment.html>


More information about the llvm-bugs mailing list