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

Implement relaxed SIMD operations #2681

Merged
merged 4 commits into from Apr 11, 2023
Merged

Implement relaxed SIMD operations #2681

merged 4 commits into from Apr 11, 2023

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Apr 6, 2023

Implements the Relaxed SIMD proposal's operations as builtins. Names as per Binary format. Is possible that some instruction names (madd, nmadd) are not yet final, and i32x4.relaxed_dot_i8x16_i7x16_add_s will require a Binaryen update to function.

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

@dcodeIO
Copy link
Member Author

dcodeIO commented Apr 11, 2023

Looks like i32x4.relaxed_dot_i8x16_i7x16_add_s remains to be implemented in latest Binaryen, so leaving that test commented out for now.

@dcodeIO dcodeIO merged commit 77d0af2 into main Apr 11, 2023
12 checks passed
@HerrCai0907 HerrCai0907 deleted the relaxed-simd branch October 17, 2023 09:00
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.

None yet

2 participants