Closed taquitos closed 5 years ago
Getting a couple crashes due to div by zero.
Instead of comparing to 0 we compare to ulpOfOne, since these are doubles and computer math is hard 🙃
Nope, this won't fix it. I was able to to repro the crash we're seeing, so we'll have a new fix.
Checklist
Motivation and Context
Getting a couple crashes due to div by zero.
Description
Instead of comparing to 0 we compare to ulpOfOne, since these are doubles and computer math is hard 🙃