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 move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
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 Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00