[testsuite] Fix directives order
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-setup-long.c
blob5588e1586f3c07b1230552c2e05ee8d692eadc65
1 /* { dg-do run { target { powerpc*-*-linux* } } } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
5 /* Test various ways of creating vectors with 2 double words and accessing the
6 elements. This test uses the long (on 64-bit systems) or long long datatype
7 (on 32-bit systems). The default endian order is used. */
9 #include "vec-setup.h"