dennis luehring wrote:
Walter Bright schrieb:
Inspired by Don Clugston's recent compiler patch.
http://www.reddit.com/r/programming/comments/87vqv/signaling_nans_rise_again/
what about Witold Baryluk "Converting FPU exceptions to D" comment on
the codetalk article - seems to be another good extension for the fpu
exception party
http://smp.if.uj.edu.pl/~baryluk/d/onpd/onp/ddoc/floatexp.html
http://smp.if.uj.edu.pl/~baryluk/d/onpd/onp/arithmetic/interval/floatexp.d
Definitely. The signalling NaN change is only the compiler side of
things. We need library support as well.
BTW, is Witold contactable? There's a lot of his code that I'd love to
see in a standard library.