From bfb0a2b05f5ca8a7ff4bbe4734d2759c22ad1443 Mon Sep 17 00:00:00 2001 From: 190n Date: Fri, 3 Jan 2025 20:12:54 -0800 Subject: [PATCH] Remove note stating SSE 4.1 is required for WASM SIMD --- features-json/wasm-simd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features-json/wasm-simd.json b/features-json/wasm-simd.json index 22c347962e..793c7880fa 100644 --- a/features-json/wasm-simd.json +++ b/features-json/wasm-simd.json @@ -642,7 +642,7 @@ "3.0-3.1":"u" } }, - "notes":"WebAssembly SIMD requires a processor with SSE 4.1 if using the x86-64 architecture.", + "notes":"", "notes_by_num":{ },