blob: 029303331709e5ae984a6e1ffe5727ca562f9eba [file] [log] [blame]
template<typename> void foo()
{
int i __attribute__((vector_size(2*sizeof(int))));
(void) __builtin_shuffle(i, i);
}