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
Rebase.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
fabsf-2008.c
blob
2b0363abc69322e6ead2180d3866f8d6cc159487
1
/* { dg-do compile } */
2
/* { dg-options "-mabs=2008" } */
3
4
NOMIPS16
float
5
fabsf_2008
(
float
f
)
6
{
7
return
__builtin_fabsf
(
f
);
8
}
9
10
/* { dg-final { scan-assembler "\tabs\\.s\t" } } */