"Jonathan M Davis" <[email protected]> wrote in message 
news:[email protected]...
> Hmm. Good to know. But assuming that two floating point values have the 
> same
> bit pattern, shouldn't == return true for them? So, if == is failing, then 
> two
> floating point values aren't identical, correct?
>
> - Jonathan M Davis

Unless one or both of the values are nans, yes.  If I had to guess I'd say 
you've been swapping the padding bytes too. 


Reply via email to