OSDN Git Service

* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / i386-darwin-fpmath.c
1 /* { dg-do compile { target i?86-*-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)
7 {
8   return x + y;
9 }