OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [neg-abs-2.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 321 jeremybenn
/* Make sure that we avoid abs.fmt and neg.fmt when the signs of NaNs
2
   matter.  */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -mhard-float -fno-finite-math-only" } */
5
/* { dg-final { scan-assembler-not "neg.s" } } */
6
/* { dg-final { scan-assembler-not "neg.d" } } */
7
/* { dg-final { scan-assembler-not "abs.s" } } */
8
/* { dg-final { scan-assembler-not "abs.d" } } */
9
 
10
float f1 (float f) { return -f; }
11
float f2 (float f) { return __builtin_fabsf (f); }
12
double d1 (double d) { return -d; }
13
double d2 (double d) { return __builtin_fabs (d); }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.