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-v16qiu.c
blob
6efd05816825d9d824b82022663aafab4de5eb72
1
/* { dg-do run } */
2
/* { dg-require-effective-target vsx_hw } */
3
/* { dg-options "-O2 -mvsx" } */
4
5
#define TYPE unsigned char
6
#define ELEMENTS 16
7
#define INITIAL \
8
{ 1, 2, 3, 4, 5, 6, 7, 8, 240, 241, 242, 243, 244, 245, 246, 247 }
9
10
#include
"vec-extract.h"