From b6847a7a4b859cc1d40cf828d5f1ef49729d7e67 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 31 Oct 2023 23:14:10 +0100 Subject: [PATCH] Stabilize Wasm relaxed SIMD --- compiler/rustc_codegen_ssa/src/target_features.rs | 2 +- library/stdarch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_codegen_ssa/src/target_features.rs b/compiler/rustc_codegen_ssa/src/target_features.rs index 9c053338c8537..1df15e55d3840 100644 --- a/compiler/rustc_codegen_ssa/src/target_features.rs +++ b/compiler/rustc_codegen_ssa/src/target_features.rs @@ -288,7 +288,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option)] = &[ ("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 diff --git a/library/stdarch b/library/stdarch index f4528dd6e85d9..b654a0352dec0 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit f4528dd6e85d97bb802240d7cd048b6e1bf72540 +Subproject commit b654a0352dec0ae95adb33b32d58ea7e0f1101da