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/79678] x86 (and other?) SIMD builtins have signedness issues


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

--- Comment #2 from jbeulich at novell dot com ---
(In reply to Richard Biener from comment #1)
> Just as a note you should always use intrinsics, not builtins.

Well, I probably would have, if there wasn't ...

> OTOH they return the generic __m128i and are thus not very useful in
> conjunction with the generic vector extensions.

... this issue.

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