PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / darwin-fpmath.c
blob5b047010bd1459cf81672aad64ad1f34c767dccd
1 /* { dg-do compile { target *-*-darwin* } } */
2 /* { dg-final { scan-assembler "addsd" } } */
3 /* Do not add -msse or -msse2 or -mfpmath=sse to the options. GCC is
4 supposed to use SSE math on Darwin by default, and libm won't work
5 right if it doesn't. */
6 double foo(double x, double y)
8 return x + y;