We need to make sure we don't do the optimization x+0 -> x for floats, because it doesn't work when x is negative zero. This bug started with 1.8. CL: https://go-review.googlesource.com/c/go/+/24790
We need to make sure we don't do the optimization x+0 -> x for floats, because it doesn't work when x is negative zero.
This bug started with 1.8.
CL: https://go-review.googlesource.com/c/go/+/24790