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 Nov 15, 2023
1 parent ee85f7f commit ff3e1da
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
Expand Up @@ -330,7 +330,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Stability)] = &[
("mutable-globals", Unstable(sym::wasm_target_feature)),
("nontrapping-fptoint", Unstable(sym::wasm_target_feature)),
("reference-types", Unstable(sym::wasm_target_feature)),
("relaxed-simd", Unstable(sym::wasm_target_feature)),
("relaxed-simd", Stable),
("sign-ext", Unstable(sym::wasm_target_feature)),
("simd128", Stable),
// tidy-alphabetical-end
Expand Down
2 changes: 1 addition & 1 deletion library/stdarch
Submodule stdarch updated 105 files

0 comments on commit ff3e1da

Please sign in to comment.