https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76731
--- Comment #12 from Andrew Senkevich <andrew.n.senkevich at gmail dot com> --- (In reply to Kirill Yukhin from comment #10) > (In reply to Andrew Senkevich from comment #8) > > I think we should follow here declarations from icc headers to be compatible > > with it. > Okay. Could you pls state which rules ICC follows for all gather/scatter > intrinsics? > Could we use void const * for base in all gather intrinsics? > What about scatters? ICC uses "void const*" for gathers, "void*" for scatters.