[Bug c/109173] incorrect intrinsic signature for _mm_srai_epi64

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 17 12:03:46 GMT 2023


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
To expand on it further, nothing guarantees that the intrinsic is actually an
inline function, it can be also macro etc., so relying on such details as exact
operand type is impossible.


More information about the Gcc-bugs mailing list