Tim Kientzle

Results 43 comments of Tim Kientzle

That addresses the cases where too few digits were being generated. I'm still seeing unexpected trailing zeros, though.

Here are a few binary32 values that give me unexpected trailing zeros on ARM32 but give the expected result on x86_64: ``` Actual: 2.0E-43 Expected: 2E-43 Input: 0x1.1ep-142 Actual: 1.0097420E-28...

@al45tair is working on a fix for this. The Backtracing module doesn't technically need to use a regex here.

Oh. Sorry about that. Yeah, I rely on that local change to have time to attach a debugger, but never intended to commit it. Thanks for catching and fixing that!

It would be interesting to prototype some of these ideas to see if they really do improve performance and if so, by how much. In practice, these synthesized methods can...