[llvm-bugs] [Bug 33977] New: [X86][AVX512] _mm512_stream_load_si512 should take a const void* argument

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jul 28 06:42:03 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=33977

            Bug ID: 33977
           Summary: [X86][AVX512] _mm512_stream_load_si512 should take a
                    const void* argument
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Headers
          Assignee: unassignedclangbugs at nondot.org
          Reporter: llvm-dev at redking.me.uk
                CC: elena.demikhovsky at intel.com, llvm-bugs at lists.llvm.org,
                    zvi.rackover at intel.com

avx512fintrin.h:

_mm512_stream_load_si512 is defined as:

  _mm512_stream_load_si512 (void *__P)

when it should be:

  _mm512_stream_load_si512 (void const *__P)

This would match the intel docs and prevent const warnings when loading from
const pointers

-- 
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/20170728/86e1bc34/attachment.html>


More information about the llvm-bugs mailing list