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

wasm32: Add simd128 to enabled features for relaxed intrinsics #1610

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

alexcrichton
Copy link
Member

It looks like LLVM requires that simd128 is active to use these intrinsics and relaxed-simd isn't implicitly enabling them. This is probably something to fix at the LLVM layer as well but for now enable both the simd128 feature as well as the relaxed-simd feature to fix things on our side.

This is done to help fix the test failure in #117468

It looks like LLVM requires that `simd128` is active to use these
intrinsics and `relaxed-simd` isn't implicitly enabling them. This is
probably something to fix at the LLVM layer as well but for now enable
both the `simd128` feature as well as the `relaxed-simd` feature to fix
things on our side.
@rustbot
Copy link
Collaborator

rustbot commented Jul 11, 2024

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Amanieu Amanieu merged commit 89f0baa into rust-lang:master Jul 11, 2024
30 checks passed
@alexcrichton alexcrichton deleted the enable-simd128 branch July 11, 2024 16:03
@alexcrichton
Copy link
Member Author

I filed llvm/llvm-project#98502 for a possible upstream LLVM issue

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.

3 participants