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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
builtin-ucmp.c
blob
709804c35f63181110dcf459246e83420a1b0bc9
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -ffast-math -mfpmath=sse -msse2" } */
3
4
double
foo
(
double
a
)
5
{
6
return
__builtin_round
(
a
);
7
}
8
9
/* { dg-final { scan-assembler-not "ucom" } } */