Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v64qi.c
blob36828c81b2ff42b18789614008c1f6830ced44cc
1 /* { dg-do run } */
2 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3 /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
7 typedef unsigned char V __attribute__((vector_size(64)));
8 typedef V VI;
10 #include "vshuf-64.inc"
11 #include "vshuf-main.inc"