From 8874dede8d85ba4f7d5417a4929c37473f95259a Mon Sep 17 00:00:00 2001 From: daxpedda Date: Wed, 21 Feb 2024 23:12:19 +0100 Subject: [PATCH] Stabilize Wasm relaxed SIMD --- compiler/rustc_target/src/target_features.rs | 2 +- library/stdarch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/rustc_target/src/target_features.rs b/compiler/rustc_target/src/target_features.rs index 2b7ac68c21dfb..33f3f9195ba39 100644 --- a/compiler/rustc_target/src/target_features.rs +++ b/compiler/rustc_target/src/target_features.rs @@ -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 diff --git a/library/stdarch b/library/stdarch index 56087ea170d87..c3cca2e14cbe8 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit 56087ea170d878a7a57b3a5725e0c00f5f5cad70 +Subproject commit c3cca2e14cbe86275695bb449743afdf75df1c6d