mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/asm/internal/asm: fix copy/paste errors in comment
Change-Id: I0249b60e340710bea7b6671c9b7405c278b037bd Reviewed-on: https://go-review.googlesource.com/33351 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
afb0ae67b7
commit
e0942b76c7
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ import (
|
||||||
"cmd/internal/obj/x86"
|
"cmd/internal/obj/x86"
|
||||||
)
|
)
|
||||||
|
|
||||||
// IsAMD4OP reports whether the op (as defined by an ppc64.A* constant) is
|
// IsAMD4OP reports whether the op (as defined by an amd64.A* constant) is
|
||||||
// The FMADD-like instructions behave similarly.
|
// a 4-operand instruction.
|
||||||
func IsAMD4OP(op obj.As) bool {
|
func IsAMD4OP(op obj.As) bool {
|
||||||
switch op {
|
switch op {
|
||||||
case x86.AVPERM2F128,
|
case x86.AVPERM2F128,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue