mirror of
https://github.com/golang/go
synced 2024-11-26 05:27:57 -07:00
Fix a still remaining typo even after the modification, refs: https://go-review.googlesource.com/c/go/+/128955/9/src/cmd/asm/internal/asm/testdata/amd64enc_extra.s#914
This commit is contained in:
parent
c48365fe65
commit
dcc9bf2ad1
@ -911,7 +911,7 @@ TEXT asmtest(SB),DUPOK|NOSPLIT,$0
|
||||
VADDPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95808
|
||||
VMAXPD.BCST (AX), Z2, K1, Z1 // 62f1ed595f08
|
||||
VMAXPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95f08
|
||||
// EVEX: surppress all exceptions (SAE).
|
||||
// EVEX: suppress all exceptions (SAE).
|
||||
VMAXPD.SAE Z3, Z2, K1, Z1 // 62f1ed595fcb or 62f1ed195fcb
|
||||
VMAXPD.SAE.Z Z3, Z2, K1, Z1 // 62f1edd95fcb or 62f1ed995fcb
|
||||
VMAXPD (AX), Z2, K1, Z1 // 62f1ed495f08
|
||||
|
Loading…
Reference in New Issue
Block a user