blob: 7bbeea73357a6ccf4348da5d219cf1236989f1e8 [file] [log] [blame]
/* APPLE LOCAL file mainline 4095526 */
/* { dg-do compile { target i?86*-*-* } } */
/* APPLE LOCAL x86_64 */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse -fpic" } */
double foo (double x) {
return x + 1.75;
}
/* { dg-final { scan-assembler-not "cvtss2sd" } } */
/* { dg-final { scan-assembler-not "flds" } } */
/* { dg-final { scan-assembler-not "movss" } } */