Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / compress-float-sse.c
blobd0a3e0044d9169762f083e71cee2f2e60052fca4
1 /* { dg-do compile { target i?86*-*-* } } */
2 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse" } */
3 double foo (double x) {
4 return x + 1.75;
6 /* { dg-final { scan-assembler "movsd" } } */