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 Feb 25, 2024
1 parent 710048f commit 8874ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/target_features.rs
Expand Up @@ -318,7 +318,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

0 comments on commit 8874ded

Please sign in to comment.