1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
4
5 #define TYPE double
6 #define FAIL_FORMAT "%g"
7 #define FAIL_CAST(X) ((double)(X))
8 #define ELEMENTS 2
9 #define INITIAL { 10.0, -20.0 }
10
11 #include "vec-extract.h"