Skip to content

Commit 68a0b5d

Browse files
committed
Stabilize Wasm relaxed SIMD
1 parent d7d9f15 commit 68a0b5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
288288
("mutable-globals", Some(sym::wasm_target_feature)),
289289
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
290290
("reference-types", Some(sym::wasm_target_feature)),
291-
("relaxed-simd", Some(sym::wasm_target_feature)),
291+
("relaxed-simd", None),
292292
("sign-ext", Some(sym::wasm_target_feature)),
293293
("simd128", None),
294294
// tidy-alphabetical-end

library/stdarch

Submodule stdarch updated 105 files

0 commit comments

Comments
 (0)