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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [mips-div-1.c] - Rev 149

Go to most recent revision | Compare with Previous | Blame | View Log

/* Check that hard-float MIPS code doesn't use library calls for 1.0/x.  */
/* { dg-options "-fno-delayed-branch" } */
/* { dg-do compile { target mips*-*-* } } */
 
float f1 (float x) { return 1.0f / x; }
double f2 (double x) { return 1.0 / x; }
 
/* { dg-final { scan-assembler-not {lwc1.*__divsf3} } } */
/* { dg-final { scan-assembler-not {ldc1.*__divdf3} } } */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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