On Mon, Nov 10, 2008 at 01:03:47PM -0500, Andy Dougherty wrote: > On Sat, 8 Nov 2008, chromatic wrote:
> > + if (fabsl(ld) == 0.0 && Parrot_signbit(ld))
> > + info.flags |= FLAG_MINUS;
> > +
> (I'm not sure how portable fabsl() is either, though it may not matter.
> I don't see any harm to just omitting it here.)
Me neither. Surely
if (0.0 != -0.0) {
fputs("Your compiler is broken!", stderr);
}
(not tested. Particularly, not tested on icc with the "optimiser" enabled)
Nicholas Clark
