summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-09-22 12:36:34 +0200
committerMoonchild <moonchild@palemoon.org>2023-09-22 12:36:34 +0200
commit5fd783135d2949d1ff83d7ca503acdabb6b535b7 (patch)
tree587dfa7802c79c77cef5dce28054bc91a4b0aedf /js
parent1b2be9536f29af1eda0bed34673d0b8377d41687 (diff)
downloaduxp-5fd783135d2949d1ff83d7ca503acdabb6b535b7.tar.gz
Issue #2307 - Follow-up: remove some missed SIMD scalar types.
Diffstat (limited to 'js')
-rw-r--r--js/src/wasm/WasmBaselineCompile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/wasm/WasmBaselineCompile.cpp b/js/src/wasm/WasmBaselineCompile.cpp
index 729ce73f35..10ffcc4efd 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: