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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [387-8.c] - Rev 696

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

/* Verify that 387 fptan instruction is generated. Also check that
   inherent load of 1.0 is used in further calculations.  */
 
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math -mfpmath=387 -mfancy-math-387" } */
/* { dg-final { scan-assembler "fptan" } } */
/* { dg-final { scan-assembler-not "fld1" } } */
 
extern double tan (double);
 
double f1(double x)
{
  return 1.0 / tan(x);
}
 
 

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.