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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Implemented on the trunk now.  The 4x/8x narrowing/widening conversions will
need further work to handle them efficiently, though for 8x conversions we are
e.g. on x86 already outside of the realm of natively supported vectors (we
don't really want MMX and for 1024 bit and wider generic vectors we don't
always emit best code).

Reply via email to