You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qsliu2017
changed the title
cmd/compile: inconsistent type conversion from float64 to uint64 in aarch64
cmd/compile: inconsistent conversion from float64 to uint64(aarch64)
Jan 17, 2024
In all non-constant conversions involving floating-point or complex values, if the result type cannot represent the value the conversion succeeds but the result value is implementation-dependent.
Go version
go version go1.21.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
https://go.dev/play/p/YHU7X77AGqG
What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: