We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go 1.18 renamed MOVBE{LL,QQ,WW} to MOVBE{L,Q,W}. See:
MOVBE{LL,QQ,WW}
MOVBE{L,Q,W}
golang/go@74abcab https://golang.org/cl/354700 https://github.com/golang/go/blob/4aa1efed4853ea067d665a952eee77c52faac774/src/cmd/asm/internal/arch/arch.go#L181-L184
In the bump to Go 1.18 #239 we temporarily dealt with this by fixing the Go version used to derive the instruction database.
Once we can drop support for Go 1.17, we should update avo to support the new instructions.
avo
Related #84
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go 1.18 renamed
MOVBE{LL,QQ,WW}
toMOVBE{L,Q,W}
. See:golang/go@74abcab
https://golang.org/cl/354700
https://github.com/golang/go/blob/4aa1efed4853ea067d665a952eee77c52faac774/src/cmd/asm/internal/arch/arch.go#L181-L184
In the bump to Go 1.18 #239 we temporarily dealt with this by fixing the Go version used to derive the instruction database.
Once we can drop support for Go 1.17, we should update
avo
to support the new instructions.Related #84
The text was updated successfully, but these errors were encountered: