| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 645dc719e2c16639cc29a0ef9280de68283a0ef3..58a228b96eff4589ffcb986bbbc545eb18e99f56 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -2046,7 +2046,7 @@ void InstructionSelector::VisitWord32PairShr(Node* node) { UNIMPLEMENTED(); }
|
| void InstructionSelector::VisitWord32PairSar(Node* node) { UNIMPLEMENTED(); }
|
| #endif // V8_TARGET_ARCH_64_BIT
|
|
|
| -#if !V8_TARGET_ARCH_ARM
|
| +#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| void InstructionSelector::VisitF32x4Splat(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitF32x4ExtractLane(Node* node) { UNIMPLEMENTED(); }
|
| @@ -2060,7 +2060,9 @@ void InstructionSelector::VisitF32x4SConvertI32x4(Node* node) {
|
| void InstructionSelector::VisitF32x4UConvertI32x4(Node* node) {
|
| UNIMPLEMENTED();
|
| }
|
| +#endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
|
|
| +#if !V8_TARGET_ARCH_ARM
|
| void InstructionSelector::VisitF32x4Abs(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitF32x4Neg(Node* node) { UNIMPLEMENTED(); }
|
|
|