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
Handle Octeon 3 not supporting MIPS paired-single instructions.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
fnegf-legacy.c
blob
e628c2bd006150dbd76b47d9f073b6b0fcc007b9
1
/* { dg-do compile } */
2
/* { dg-options "-mabs=legacy" } */
3
4
NOMIPS16
float
5
fnegf_legacy
(
float
f
)
6
{
7
return
-
f
;
8
}
9
10
/* { dg-final { scan-assembler-not "\tneg\\.s\t" } } */