repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
compress-float-sse.c
blob
48db6111104a0104aa778d7c03729ab5a5769461
1
/* { dg-do compile } */
2
/* { dg-require-effective-target ilp32 } */
3
/* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse" } */
4
double
foo
(
double
x
) {
5
return
x
+
1.75
;
6
}
7
/* { dg-final { scan-assembler "movsd" } } */