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
The correct types for v128.storeN_lane are [i32 v128] -> []. The prose in section 3.3.7.9. has
v128.storeN_lane
[i32 v128] -> []
Then the instruction is valid with type [i32 v128]→[v128].
The formal notation is correct.
The text was updated successfully, but these errors were encountered:
Thanks, indeed, please see #1845 for a fix.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The correct types for
v128.storeN_lane
are[i32 v128] -> []
.The prose in section 3.3.7.9. has
The formal notation is correct.
The text was updated successfully, but these errors were encountered: