blob: e4d71c21c472ce2693d2441a172f0116020e695c (
plain)
1
2
3
4
5
6
7
8
|
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387 -fpic" } */
double foo (double x) {
return x + 1.75;
}
/* { dg-final { scan-assembler "flds" } } */
|