|
/* { dg-do run } */
|
|
/* { dg-require-effective-target vsx_hw } */
|
|
/* { dg-options "-O2 -mvsx" } */
|
|
|
|
#define TYPE double
|
|
#define FAIL_FORMAT "%g"
|
|
#define FAIL_CAST(X) ((double)(X))
|
|
#define ELEMENTS 2
|
|
#define INITIAL { 10.0, -20.0 }
|
|
|
|
#include "vec-extract.h"
|