* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / compress-float-sse.c
blob59b5458d7587b322169356a098e9bacbf879c770
1 /* { dg-do compile { target i?86*-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse" } */
4 double foo (double x) {
5 return x + 1.75;
7 /* { dg-final { scan-assembler "movsd" } } */