repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[testsuite] require sqrt_insn effective target where needed
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
vec-extract-v4sf.c
blob
17aed71a918a8e9098c7198587a5641d6c9e711d
1
/* { dg-do run } */
2
/* { dg-require-effective-target vsx_hw } */
3
/* { dg-options "-O2 -mvsx" } */
4
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 }
10
11
#include
"vec-extract.h"