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
Stop only if there aren't any usable algorithms
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
fpcvt-2.c
blob
5da7686e0cab40ede7d6b05c58ca473423a6b2fd
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -msse2 -march=k8" } */
3
/* { dg-final { scan-assembler-not "cvtss2sd" } } */
4
float
a
,
b
;
5
int
6
main
()
7
{
8
return
a
<
0.0
;
9
}