URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [ppc-fsel-3.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-options "-O -mpowerpc-gfxopt" } */ /* { dg-final { scan-assembler-not "fsub" } } */ /* Check that an fsub isn't generated when no arithmetic was requested; such an fsub might incorrectly set floating-point exception flags. */ double foo(double a, double b, double c, double d) { return a < b ? c : d; }
Go to most recent revision | Compare with Previous | Blame | View Log