diff options
author | Moonchild <moonchild@palemoon.org> | 2023-09-22 12:36:34 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-09-22 12:36:34 +0200 |
commit | 5fd783135d2949d1ff83d7ca503acdabb6b535b7 (patch) | |
tree | 587dfa7802c79c77cef5dce28054bc91a4b0aedf /js | |
parent | 1b2be9536f29af1eda0bed34673d0b8377d41687 (diff) | |
download | uxp-5fd783135d2949d1ff83d7ca503acdabb6b535b7.tar.gz |
Issue #2307 - Follow-up: remove some missed SIMD scalar types.
Diffstat (limited to 'js')
-rw-r--r-- | js/src/wasm/WasmBaselineCompile.cpp | 4 |
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: |