[LLVMbugs] [Bug 20305] New: avx2intrin.h wrong types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 15 02:09:23 PDT 2014


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

            Bug ID: 20305
           Summary: avx2intrin.h wrong types
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
          Assignee: unassignedclangbugs at nondot.org
          Reporter: alankelly at live.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

In avx2intrin.h long longs are frequently declared as ints, for example with
_mm256_i64gather_epi64. This has been fixed in a previous commit but in the
version obtained on Linux, the old version is still supplied, causing compile
errors when these intrinsics are used. When will the new version propagate
through?

-- 
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/20140715/da441a54/attachment.html>


More information about the llvm-bugs mailing list