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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
20060821-1.c
blob
29a9afe876c5d59a989c7d6dc38e93201f5d4dcf
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -msse3" } */
3
/* { dg-final { scan-assembler-not "%mm" } } */
4
/* PR 28825 */
5
#include <pmmintrin.h>
6
__m128
ggg
(
float
*
m
)
7
{
8
return
(
__m128
) {
m
[
0
],
m
[
5
],
m
[
10
],
m
[
10
]};
9
}