rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
599 stars 264 forks source link

Revert "wasm32: Add `simd128` to enabled features for relaxed intrinsics" #1612

Closed daxpedda closed 1 month ago

daxpedda commented 1 month ago

This reverts https://github.com/rust-lang/stdarch/pull/1610. The idea was to use this as a workaround until LLVM addresses it (see https://github.com/llvm/llvm-project/issues/98502). It turned out that LLVM is likely to see this as something that should be fixed in the frontend, which has now been done in https://github.com/rust-lang/rust/pull/117468.

Cc @alexcrichton.

rustbot commented 1 month ago

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

aheejin commented 1 month ago

FYI, I fixed it in the LLVM backend: https://github.com/llvm/llvm-project/pull/99803