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
ALTree
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Aug 1, 2017
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Reviewing file:
go/src/cmd/compile/internal/ssa/gen/AMD64Ops.go
Line 182 in 1e08191
What did you expect to see?
ADDSD referenced as using fp64 args in its operation comment, and (nitpick) comes after the ADDSS op code in its respective code block.
What did you see instead?
ADDSD referenced as using fp32 args in its operation comment, and (nitpick) comes before the ADDSS op code in its respective code block.
System details
The text was updated successfully, but these errors were encountered: