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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
vshuf-v16hi.C
blob
6277068b859579bf698ca7e33bf4c140b0895cb5
1
// { dg-options "-std=c++11" }
2
// { dg-do run }
3
4
typedef unsigned short V __attribute__((vector_size(32)));
5
typedef V VI;
6
7
#include "vshuf-16.inc"
8
#include "vshuf-main.inc"