This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/76731] [AVX512] _mm512_i32gather_epi32 and other scatter/gather routines have incorrect signature


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

--- Comment #11 from Wenzel Jakob <wenzel@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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]