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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [387-5.c] - Blame information for rev 12

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_?atan" } } */
6
/* { dg-final { scan-assembler "call\t_?log1p" } } */
7
/* { dg-final { scan-assembler "call\t_?drem" } } */
8
 
9
double f1(double x) { return __builtin_atan(x); }
10
double f2(double x) { return __builtin_log1p(x); }
11
double f3(double x, double y) { return __builtin_drem(x,y); }

powered by: WebSVN 2.1.0

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