[X86] Make the pointer arguments to avx512 gather/scatter intrinsics 'void*'...
[X86] Make the pointer arguments to avx512 gather/scatter intrinsics 'void*' to match gcc and Intel's documentation. The avx2 gather intrinsics are documented to use 'int', 'long long', 'float', or 'double' *. So I'm leaving those. This matches gcc. llvm-svn: 350696
Loading
Please register or sign in to comment