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
Fix gcc.dg/vect/bb-slp-77.c for x86
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr32961.c
blob
a2326289af982c72528770f22ef96c1d21ed0b0f
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -msse2" } */
3
4
#include <xmmintrin.h>
5
6
void
x
(
int
n
)
7
{
8
__m128i a
;
9
a
=
_mm_slli_epi32
(
a
,
n
);
10
}