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
Merged with mainline at revision 128810.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
spu
/
dfcmgt.c
blob
ef7ef5899f7903a2273822a993f52bc8584eaef4
1
/* { dg-do compile } */
2
/* { dg-options "-march=celledp -O1" } */
3
/* { dg-final { scan-assembler "dfcmgt" } } */
4
5
int
foo
(
double
x
,
double
y
)
6
{
7
if
(
__builtin_fabs
(
x
) >
__builtin_fabs
(
y
))
8
return
0
;
9
}
10