math.IsNaN and math.IsInf are very unlikely to return true. It would be nice to use this information for code layout.
I have hacked together a prototype using SSA rules but there is probably a better way to do it. The prototype is here: https://go-review.googlesource.com/c/go/+/64191. Feel free to take that and improve it.
The text was updated successfully, but these errors were encountered:
math.IsNaN
andmath.IsInf
are very unlikely to return true. It would be nice to use this information for code layout.I have hacked together a prototype using SSA rules but there is probably a better way to do it. The prototype is here: https://go-review.googlesource.com/c/go/+/64191. Feel free to take that and improve it.
The text was updated successfully, but these errors were encountered: