1  /* { dg-do run } */
       2  /* { dg-require-effective-target vsx_hw } */
       3  /* { dg-options "-O2 -mvsx" } */
       4  
       5  /* Test various ways of creating vectors with 2 double words and accessing the
       6     elements.  This test uses the double datatype and the default endian
       7     order.  */
       8  
       9  #define DO_DOUBLE
      10  
      11  #include "vec-setup.h"