[Bug target/107563] __builtin_shufflevector fails to pshufd instructions under default x86_64 compilation toggle which is the sse2 one
crazylht at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 03:33:03 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107563
--- Comment #6 from Hongtao.liu <crazylht at gmail dot com> ---
Shufd only handles
void foo1(temp_vec_type& v) noexcept
{
v=__builtin_shufflevector(v,v,12,13,14,15,8,9,10,11,4,5,6,7,0,1,2,3);
}
Not the case in #c0.
More information about the Gcc-bugs
mailing list