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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr57098.c
blob
c0f1cc34cb49ce7f193af5a14673c4269b3f4d77
1
/* { dg-do compile } */
2
/* { dg-require-effective-target lp64 } */
3
/* { dg-options "-msse4 -mcmodel=large" } */
4
5
typedef
int
V
__attribute__
((
vector_size
(
16
)));
6
7
void
8
foo
(
V
*
p
,
V
*
mask
)
9
{
10
*
p
=
__builtin_shuffle
(*
p
, *
mask
);
11
}