On Fri, 2002-03-01 at 11:00, jeroen dobbelaere wrote:
> My testcases don't show the problem :
> division by 0.0, 0.0/0.0, conversion of very large values to long :
> they all just continue without trapping, returning the expected values.
> Even when done in multiple threads.

I guess the one to try would be initialising an integer variable with a
sNaN bit pattern and trying to convert it to a float or a double and
back again.

It does seem a bit ironic that the default is for integer divide-by-zero
to provoke SIGFPE, whereas floating point division by zero doesn't, but
there you go.

p. 



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
http://www.arm.linux.org.uk/armlinux/mailinglists.php
Please visit the above addresses for information on this list.

Reply via email to