blob: 870113f34fb2f2ef361117812eec7a573872e6d6 (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do run { target lp64 } } */
/* { dg-require-effective-target vsx_hw } */
/* { dg-options "-O2 -mvsx" } */
#define TYPE long
#define ELEMENTS 2
#define INITIAL { 10, -20 }
#include "vec-extract.h"
|