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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to