mirror of
https://github.com/golang/go
synced 2024-11-19 22:54:39 -07:00
6l: drop confusing comment
R=ken2 CC=golang-dev https://golang.org/cl/1693047
This commit is contained in:
parent
e5009e29ea
commit
285312a05c
@ -792,7 +792,7 @@ Optab optab[] =
|
||||
{ AMOVLPD, yxmov, Pe, 0x12,0x13 },
|
||||
{ AMOVLPS, yxmov, Pm, 0x12,0x13 },
|
||||
{ AMOVLQSX, yml_rl, Pw, 0x63 },
|
||||
{ AMOVLQZX, yml_rl, Px, 0x8b }, /* not 0x63 - MOVL (0x8b) is more widely understood and has same effect */
|
||||
{ AMOVLQZX, yml_rl, Px, 0x8b },
|
||||
{ AMOVMSKPD, yxrrl, Pq, 0x50 },
|
||||
{ AMOVMSKPS, yxrrl, Pm, 0x50 },
|
||||
{ AMOVNTO, yxr_ml, Pe, 0xe7 },
|
||||
|
Loading…
Reference in New Issue
Block a user