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
2014-04-07 Charles Baylis <charles.baylis@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
vshuf-v16qi.C
blob
1cc8bea0c28e68574507cec192f22fb00bf2b54e
1
// { dg-do run { target c++11 } }
2
3
typedef unsigned char V __attribute__((vector_size(16)));
4
typedef V VI;
5
6
#include "vshuf-16.inc"
7
#include "vshuf-main.inc"