[LLVMbugs] [Bug 16581] New: avx2intrin.h should declare _mm256_broadcastsi128_si256, not _mm_broadcastsi128_si256

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 9 17:24:05 PDT 2013


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

            Bug ID: 16581
           Summary: avx2intrin.h should declare
                    _mm256_broadcastsi128_si256, not
                    _mm_broadcastsi128_si256
           Product: clang
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ted at krovetz.net
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Intel's ISA document (and gcc's headers) define the intrinsic for
"vbroadcasti128" as "__m256i _mm256_broadcastsi128_si256(__m128i a)". It would
be nice if clang did the same.

-- 
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/20130710/bc71dc1f/attachment.html>


More information about the llvm-bugs mailing list