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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [sh4a-sin.c] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
/* Verify that we generate single-precision sine and cosine approximate
/* Verify that we generate single-precision sine and cosine approximate
   (fsca) in fast math mode.  */
   (fsca) in fast math mode.  */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-do compile { target "sh*-*-*" } } */
/* { dg-options "-O -ffast-math" } */
/* { dg-options "-O -ffast-math" } */
/* { dg-final { scan-assembler "\tfsca\t" } } */
/* { dg-final { scan-assembler "\tfsca\t" } } */
 
 
#if defined __SH4A__ && ! defined __SH4_NOFPU__
#if defined __SH4A__ && ! defined __SH4_NOFPU__
#include <math.h>
#include <math.h>
 
 
double test(double f) { return sin(f); }
double test(double f) { return sin(f); }
#else
#else
asm ("fsca\t");
asm ("fsca\t");
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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