Skip to content

Add i64x2.extend_low/high_* SIMD instructions to C/JS API #3778

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

Merged
merged 2 commits into from
Apr 7, 2021

Conversation

dcodeIO
Copy link
Contributor

@dcodeIO dcodeIO commented Apr 7, 2021

Adds C/JS APIs for the SIMD instructions

  • ExtendLowSVecI32x4ToVecI64x2
  • ExtendHighSVecI32x4ToVecI64x2
  • ExtendLowUVecI32x4ToVecI64x2
  • ExtendHighUVecI32x4ToVecI64x2

Follow-up to #3777.

@dcodeIO
Copy link
Contributor Author

dcodeIO commented Apr 7, 2021

Let me know if splitting these PRs by instruction category is already too granular :)

@tlively
Copy link
Member

tlively commented Apr 7, 2021

No, this splitting works great :)

@dcodeIO dcodeIO merged commit a36c455 into WebAssembly:main Apr 7, 2021
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