mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
wasm: Register the `relaxed-simd` target feature This WebAssembly proposal is likely to reach stage 4 soon so this starts the support in Rust for the proposal by adding a target feature that can be enabled via attributes for the stdarch project to bind the intrinsics.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.