URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
12 |
jlechner |
/* Verify that -mno-fancy-math-387 works. */
|
2 |
|
|
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
3 |
|
|
/* { dg-require-effective-target ilp32 } */
|
4 |
|
|
/* { dg-options "-O -ffast-math -mfpmath=387 -mno-fancy-math-387 -march=i386" } */
|
5 |
|
|
/* { dg-final { scan-assembler "call\t_?sin" } } */
|
6 |
|
|
/* { dg-final { scan-assembler "call\t_?cos" } } */
|
7 |
|
|
/* { dg-final { scan-assembler "call\t_?sqrt" } } */
|
8 |
|
|
/* { dg-final { scan-assembler "call\t_?atan2" } } */
|
9 |
|
|
/* { dg-final { scan-assembler "call\t_?log" } } */
|
10 |
|
|
/* { dg-final { scan-assembler "call\t_?exp" } } */
|
11 |
|
|
/* { dg-final { scan-assembler "call\t_?tan" } } */
|
12 |
|
|
/* { dg-final { scan-assembler "call\t_?fmod" } } */
|
13 |
|
|
|
14 |
|
|
double f1(double x) { return __builtin_sin(x); }
|
15 |
|
|
double f2(double x) { return __builtin_cos(x); }
|
16 |
|
|
double f3(double x) { return __builtin_sqrt(x); }
|
17 |
|
|
double f4(double x, double y) { return __builtin_atan2(x,y); }
|
18 |
|
|
double f5(double x) { return __builtin_log(x); }
|
19 |
|
|
double f6(double x) { return __builtin_exp(x); }
|
20 |
|
|
double f7(double x) { return __builtin_tan(x); }
|
21 |
|
|
double f8(double x, double y) { return __builtin_fmod(x,y); }
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.