chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Disable denormalized flonum tests


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Disable denormalized flonum tests
Date: Sat, 8 Feb 2014 13:55:20 +0100
User-agent: Mutt/1.4.2.3i

Hi all,

After some more investigation, I found that #1062 would probably occur
on some other platforms besides Windows.  For example, here's a thread
that indicates that iOS on ARM by default enables a hardware setting
that treats denormalized numbers as zero:
http://stackoverflow.com/questions/7346521/subnormal-ieee-754-floating-point-numbers-support-on-ios-arm-devices-iphone-4

I think we shouldn't want to try and fix every broken OS out there,
so maybe it's safer and better to just disable the test.  If you're
calculating with denormalized numbers, chances are you will run into
trouble soon anyway.

If anyone objects, please do so with a *constructive* way to fix this,
I'm sick and tired of theoretical and impossible-to-implement
"suggestions".  If correct numerical behaviour is important, one can
always use the numbers egg.

Cheers,
Peter
-- 
http://www.more-magic.net

Attachment: 0001-Disable-denormalized-flonum-tests-as-this-is-too-unr.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]