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

[simd] Fix load/store lanes on BE systems #1697

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

ngzhian
Copy link
Member

@ngzhian ngzhian commented Aug 5, 2021

The use of .v is incorrect, we should simply use array subscript
operator on the Simd type, which takes care of BE systems.

For #1670. (Not using fix as I don't have a BE system to verify.)

The use of `.v` is incorrect, we should simply use array subscript
operator on the Simd type, which takes care of BE systems.

For WebAssembly#1670. (Not using fix as I don't have a BE system to verify.)
@ngzhian ngzhian enabled auto-merge (squash) August 5, 2021 22:09
@ngzhian ngzhian merged commit afd5a5e into WebAssembly:main Aug 5, 2021
@ngzhian ngzhian deleted the fix-be-simd-load-store-lane branch August 5, 2021 22:40
@rathann rathann mentioned this pull request Aug 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