OSDN Git Service

Rework vector shuffle tests.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / vshuf-v16qi.c
1 typedef unsigned char V __attribute__((vector_size(16)));
2 typedef V VI;
3
4 #include "vshuf-16.inc"
5 #include "vshuf-main.inc"