From 3798308cff1b0a8967b2a91f9cd10bf846ce222e Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 22 Sep 2023 12:36:34 +0200 Subject: [PATCH] Issue #2307 - Follow-up: remove some missed SIMD scalar types. --- js/src/wasm/WasmBaselineCompile.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/src/wasm/WasmBaselineCompile.cpp b/js/src/wasm/WasmBaselineCompile.cpp index b2a995c895..35afc8761e 100644 --- a/js/src/wasm/WasmBaselineCompile.cpp +++ b/js/src/wasm/WasmBaselineCompile.cpp @@ -3160,10 +3160,6 @@ class BaseCompiler void generate(MacroAssembler& masm) { # if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_ARM) switch (viewType) { - case Scalar::Float32x4: - case Scalar::Int32x4: - case Scalar::Int8x16: - case Scalar::Int16x8: case Scalar::MaxTypedArrayViewType: MOZ_CRASH("unexpected array type"); case Scalar::Float32: