[Lldb-commits] [lldb] r183716 - <rdar://problem/12783351>
Chris Lattner
clattner at apple.com
Thu Jun 13 10:09:19 PDT 2013
On Jun 11, 2013, at 10:46 AM, Enrico Granata <egranata at apple.com> wrote:
> I got the code from Ian Ollman - he sent it as part of the radar :)
Ah, I see it. It doesn't really matter, but it isn't clear to me that this algorithm works with inf and nan values.
> I could well switch over to llvm::APFloat if it does support printing! (as Greg’s followup email seems to imply)
That would be great anyway: having fewer places to do the same thing is good. If APFloat isn't good enough, it would be better to enhance it than to duplicate the logic.
-Chris
More information about the lldb-commits
mailing list