* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / compress-float-387.c
blob03a834d2b3c1e11f4f08cfb34b272d687c20f77d
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387" } */
4 double foo (double x) {
5 return x + 1.75;
7 /* { dg-final { scan-assembler "flds" } } */