On Wed, Jul 6, 2011 at 7:34 PM, Ian Lance Taylor <i...@google.com> wrote:
> This seems like a reasonable patch to me, but technically speaking it is > incomplete. Go should have IEEE floating point behaviour by default. I > believe Java is the same. Ideally there would be a target-independent > way for a frontend to request this mode by default. It's a little bit > odd because as far as I know every other backend does default to proper > IEEE arithmetic, and only deviates when using -ffast-math or equivalent. sh*-*-* also needs -mieee to handle NaN & Inf, spu-*-* simply doesn't support them. Uros.