rust/compiler/rustc_codegen_ssa
Matthias Krüger 1fac415997
Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk
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.
2023-02-17 00:19:36 +01:00
..
2023-02-06 17:40:18 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.