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
This is most likely due to different use of floating-point multiply-add instructions. See the discussion in the "Floating-point operators" section of https://go.dev/ref/spec#Arithmetic_operators.
Go version
go version go1.22.0 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
In M1 Pro, the output is:
In Go Playground (which is Go 1.22 as well), the output is:
What did you expect to see?
The output in two architectures should be the same.
Additionally my Clang outputs 134.66 for the C++ version:
The text was updated successfully, but these errors were encountered: