Stabilize Wasm relaxed SIMD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user