* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-11.c
blobcb55a9337c32311112adec196cb9678be9af19de
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -mfpmath=387" } */
4 double foo(double x, double y)
6 double t = -x * y;
7 return -t;
10 /* { dg-final { scan-assembler-not "fchs" } } */