https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99785
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Also, __builtin_shufflevector allows to say -1 as a don't care element, our current infrastructure doesn't allow that, but it would be nice even for internal uses. On the other side, I think __builtin_shufflevector allows only constant indices, while __builtin_shuffle allows arbitrary runtime reshuffling.