Skip to content
New issue

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

Add v128.load32_zero and v128.load64_zero SIMD instructions #119

Merged
merged 2 commits into from
Oct 19, 2020
Merged

Add v128.load32_zero and v128.load64_zero SIMD instructions #119

merged 2 commits into from
Oct 19, 2020

Conversation

lars-t-hansen
Copy link
Contributor

These opcodes were promoted to standards track last Friday: WebAssembly/simd#237 (comment)

@lars-t-hansen
Copy link
Contributor Author

Oh, and a dot release would be great once these are approved & incorporated.

@alexcrichton alexcrichton merged commit bdbb2d4 into bytecodealliance:main Oct 19, 2020
@alexcrichton
Copy link
Member

Published!

I also added a small fixup since the text parser didn't seem to encode the memory immediate

@lars-t-hansen
Copy link
Contributor Author

Thanks! I apparently don't know my way around this code very well yet...

@lars-t-hansen
Copy link
Contributor Author

@alexcrichton, actually looking at that fixup: it looks like the argument to MemArg used there is the log of the byte size of the datum, but all other uses of MemArg in that file carry the byte size of the datum. Care to comment?

@alexcrichton
Copy link
Member

Oh dear looks like I've also forgotten my way around the code! I'll fix that and publish a release

@alexcrichton
Copy link
Member

Opened as #120

dhil added a commit to dhil/wasm-tools that referenced this pull request Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants