* gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename duplicate test
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-setup-be-double.c
blobacf429acaa90940c0bf7d1b4959e88ad25a090a7
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 double datatype.
8 This test explicitly tests -maltivec=be to make sure things are correct. */
10 #define DO_DOUBLE
12 #include "vec-setup.h"