1
Fork 0

Stabilize Wasm relaxed SIMD

This commit is contained in:
daxpedda 2024-02-21 23:12:19 +01:00
parent b389b0ab72
commit 90521399b4
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
2 changed files with 10 additions and 1 deletions

View file

@ -333,7 +333,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Stability)] = &[
("mutable-globals", Stable),
("nontrapping-fptoint", Stable),
("reference-types", Unstable(sym::wasm_target_feature)),
("relaxed-simd", Unstable(sym::wasm_target_feature)),
("relaxed-simd", Stable),
("sign-ext", Stable),
("simd128", Stable),
// tidy-alphabetical-end