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

Fix SIMD Store Lane signatures #2697

Merged
merged 1 commit into from Apr 28, 2023
Merged

Fix SIMD Store Lane signatures #2697

merged 1 commit into from Apr 28, 2023

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Apr 27, 2023

Fixes #2696 where it was discovered that SIMD store lane instructions used v128 as the return type, but should use void.

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

@dcodeIO dcodeIO merged commit a0c27fa into main Apr 28, 2023
12 checks passed
@HerrCai0907 HerrCai0907 deleted the issue-2696 branch October 1, 2023 12:26
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.

v128.store8_lane() etc are improperly declared.
2 participants