[RS6000] Tests that use int128_t and -m32
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-extract-v16qi.c
blob9be6517ab5b979f92bbb18a00515d75f35594854
1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
5 #define TYPE signed char
6 #define ELEMENTS 16
7 #define INITIAL \
8 { 10, -20, 30, -40, 50, -60, 70, -80, \
9 90, -100, 110, -120, 30, -40, 50, -60 }
11 #include "vec-extract.h"