mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #2307 - Follow-up: remove some missed SIMD scalar types.
This commit is contained in:
parent
45c19ce1c5
commit
3798308cff
1 changed files with 0 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue