aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/torture/vshuf-v16hi.C
blob: 501d9dacc0c33a119c85ad3fab6387cf6cc2c2e7 (plain)
1
2
3
4
5
6
7
// { dg-do run { target c++11 } }

typedef unsigned short V __attribute__((vector_size(32)));
typedef V VI;

#include "vshuf-16.inc"
#include "vshuf-main.inc"