repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
compress-float-sse.c
blob
d0a3e0044d9169762f083e71cee2f2e60052fca4
1
/* { dg-do compile { target i?86*-*-* } } */
2
/* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse" } */
3
double
foo
(
double
x
) {
4
return
x
+
1.75
;
5
}
6
/* { dg-final { scan-assembler "movsd" } } */