aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/torture/vshuf-v16hi.c
blob: 9ff3ebbfa3d58ae1a13289242037b4b44bb62edd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do run } */
/* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
/* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
/* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */

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

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