[Bug target/125880] byte and word memory move to %xmm should use pinsr{b,w}
amonakov at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 18 13:27:53 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125880
Alexander Monakov <amonakov at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amonakov at gcc dot gnu.org
--- Comment #2 from Alexander Monakov <amonakov at gcc dot gnu.org> ---
Small correction: pinsrw is available in first-generation SSE, it's the b/d/q
variants that need SSE4.1.
On Intel, vpbroadcast, when suitable, is a much better option because it is
completely handled by a load port, without involving port 5.
More information about the Gcc-bugs
mailing list