Based off the Intel Intrinsics guide, we should expect a void const* argument.
Prevents 'passing 'const void *' to parameter of type 'void *' discards qualifiers' warnings.
Differential D37449
[X86][AVX512] _mm512_stream_load_si512 should take a void const* argument (PR33977) RKSimon on Sep 4 2017, 12:17 PM. Authored by
Details Based off the Intel Intrinsics guide, we should expect a void const* argument. Prevents 'passing 'const void *' to parameter of type 'void *' discards qualifiers' warnings.
Diff Detail
|