rt_gccstream/gcc/testsuite/gcc.target/i386/387-3.c

12 lines
310 B
C

/* Verify that 387 mathematical constants are recognized. */
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=i686" } */
/* { dg-final { scan-assembler "fldpi" } } */
long double add_pi(long double x)
{
return x + 3.1415926535897932385128089594061862044L;
}