rust/library/core
Alex Crichton e05bb26d9f std: Stabilize wasm simd intrinsics
This commit performs two changes to stabilize Rust support for
WebAssembly simd intrinsics:

* The stdarch submodule is updated to pull in rust-lang/stdarch#1179.
* The `wasm_target_feature` feature gate requirement for the `simd128`
  feature has been removed, stabilizing the name `simd128`.

This should conclude the FCP started on #74372 and...

Closes #74372
2021-06-10 19:42:05 -07:00
..
benches
src std: Stabilize wasm simd intrinsics 2021-06-10 19:42:05 -07:00
tests Auto merge of #86003 - pnkfelix:issue-84297-revert-81238, r=Mark-Simulacrum 2021-06-09 16:47:05 +00:00
Cargo.toml