Add documentation for musttail attribute
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / vec-extract-v4sf.c
blob17aed71a918a8e9098c7198587a5641d6c9e711d
1 /* { dg-do run } */
2 /* { dg-require-effective-target vsx_hw } */
3 /* { dg-options "-O2 -mvsx" } */
5 #define TYPE float
6 #define FAIL_FORMAT "%g"
7 #define FAIL_CAST(X) ((double)(X))
8 #define ELEMENTS 4
9 #define INITIAL { 10.0f, -20.0f, 30.0f, -40.0f }
11 #include "vec-extract.h"