Skip to content

Add v128.load/storeN_lane SIMD instructions to C/JS API #3784

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 5 commits into from
Apr 8, 2021

Conversation

dcodeIO
Copy link
Contributor

@dcodeIO dcodeIO commented Apr 8, 2021

Adds C/JS APIs for the SIMD instructions

  • Load8LaneVec128 (was LoadLaneVec8x16)
  • Load16LaneVec128 (was LoadLaneVec16x8)
  • Load32LaneVec128 (was LoadLaneVec32x4)
  • Load64LaneVec128 (was LoadLaneVec64x2)
  • Store8LaneVec128 (was StoreLaneVec8x16)
  • Store16LaneVec128 (was StoreLaneVec16x8)
  • Store32LaneVec128 (was StoreLaneVec32x4)
  • Store64LaneVec128 (was StoreLaneVec64x2)

Follow-up to #3777.

@dcodeIO dcodeIO requested a review from tlively April 8, 2021 17:18
@dcodeIO dcodeIO merged commit 0efebfe into WebAssembly:main Apr 8, 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