From 7bfd0740831b4c036817712afe2dc525417721c6 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Tue, 26 Sep 2023 11:12:36 -0500 Subject: [PATCH] Add WebAssembly relaxed-simd position Fixes #651. --- activities.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/activities.json b/activities.json index 4291364..8e9504a 100644 --- a/activities.json +++ b/activities.json @@ -1715,6 +1715,19 @@ "title": "WebAssembly Exception Handling", "url": "https://github.com/webassembly/exception-handling/" }, + { + "ciuName": null, + "description": "New instructions for WebAssembly SIMD that have improved performance at the cost of local non-determinism that depends on the platform.", + "id": "wasm-relaxed-simd", + "mdnUrl": null, + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1706922", + "mozPosition": "positive", + "mozPositionDetail": "Improving performance of SIMD in WebAssembly aids porting high-performance applications to the web.", + "mozPositionIssue": 651, + "org": "W3C", + "title": "WebAssembly Relaxed SIMD", + "url": "https://github.com/webassembly/relaxed-simd/" + }, { "ciuName": null, "description": "128-bit vector data type and operations for webassembly",