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