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-cosf.c] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 jeremybenn
/* Verify that we generate single-precision sine and cosine approximate
2
   (fsca) in fast math mode.  */
3
/* { dg-do compile { target "sh*-*-*" } } */
4
/* { dg-options "-O -ffast-math" } */
5
/* { dg-final { scan-assembler "\tfsca\t" } } */
6
 
7
#if defined __SH4A__ && ! defined __SH4_NOFPU__
8
#include <math.h>
9
 
10
float test(float f) { return cosf(f); }
11
#else
12
asm ("fsca\t");
13
#endif

powered by: WebSVN 2.1.0

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