Skip to content

Commit

Permalink
Stabilize Wasm relaxed SIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Oct 31, 2023
1 parent d7d9f15 commit b6847a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/target_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 288,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
("mutable-globals", Some(sym::wasm_target_feature)),
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
("reference-types", Some(sym::wasm_target_feature)),
("relaxed-simd", Some(sym::wasm_target_feature)),
("relaxed-simd", None),
("sign-ext", Some(sym::wasm_target_feature)),
("simd128", None),
// tidy-alphabetical-end
Expand Down
2 changes: 1 addition & 1 deletion library/stdarch
Submodule stdarch updated 105 files

0 comments on commit b6847a7

Please sign in to comment.