https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76731

--- Comment #11 from Wenzel Jakob <wen...@mitsuba-renderer.org> ---
Searching through the intrinsics guide (e.g.
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=gather_ps),
I see "void *" for all gather scatter intrinsics and "const void *" for all
gather intrinsics consistently applied.

This is in contrast to the load intrinsics, where there are some
inconsistencies between argument conventions (e.g. _mm512_load_ps vs
_mm256_load_ps)

Reply via email to