Commit d5bfbe09 by Geoffrey Keating Committed by Geoffrey Keating

* gcc.dg/i386-darwin-fpmath.c: New.

From-SVN: r98003
parent 004d3859
2005-04-11 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/i386-darwin-fpmath.c: New.
2004-04-11 Devang Patel <dpatel@apple.com>
* lib/target-supports.exp (check_effective_target_vect_condition): New.
......
/* { dg-do compile { target i?86-*-darwin* } } */
/* { dg-final { scan-assembler "addsd" } } */
/* Do not add -msse or -msse2 or -mfpmath=sse to the options. GCC is
supposed to use SSE math on Darwin by default, and libm won't work
right if it doesn't. */
double foo(double x, double y)
{
return x + y;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment