Skip to content

Add various SIMD instructions to C/JS API #3777

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
Merged

Conversation

dcodeIO
Copy link
Contributor

@dcodeIO dcodeIO commented Apr 7, 2021

Adds C/JS APIs for the SIMD instructions

  • PopcntVecI8x16
  • AbsVecI64x2
  • AllTrueVecI64x2
  • BitmaskVecI64x2
  • EqVecI64x2
  • NeVecI64x2
  • LtSVecI64x2
  • GtSVecI64x2
  • LeSVecI64x2
  • GeSVecI64x2

There are more instructions missing (see AssemblyScript/assemblyscript#1789 for a full reference), but I figured that it may make sense to split this up a little. This first PR covers the more or less straight-forward ones.

Copy link
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this, @dcodeIO!

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