URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
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 cos(f); }
|
double test(double f) { return cos(f); }
|
#else
|
#else
|
asm ("fsca\t");
|
asm ("fsca\t");
|
#endif
|
#endif
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.