Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v2df.c
blob8e33d1d041168a2b2e1981e85d174dfa014ec656
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 #if __SIZEOF_DOUBLE__ == 8 && __SIZEOF_LONG_LONG__ == 8
8 typedef double V __attribute__((vector_size(16)));
9 typedef unsigned long long VI __attribute__((vector_size(16)));
10 #else
11 #define UNSUPPORTED
12 #endif
14 #include "vshuf-2.inc"
15 #include "vshuf-main.inc"