| Index: src/compiler/instruction-selector.cc
|
| diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc
|
| index 6a80f00de890faec9ccba8c54f5979cc3373f04a..e3c0936521283888eb5acbe9bcef6b3f7b1a4ca4 100644
|
| --- a/src/compiler/instruction-selector.cc
|
| +++ b/src/compiler/instruction-selector.cc
|
| @@ -1957,7 +1957,7 @@ void InstructionSelector::VisitWord32PairShr(Node* node) { UNIMPLEMENTED(); }
|
| void InstructionSelector::VisitWord32PairSar(Node* node) { UNIMPLEMENTED(); }
|
| #endif // V8_TARGET_ARCH_64_BIT
|
|
|
| -#if !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_ARM
|
| +#if !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_IA32
|
| void InstructionSelector::VisitCreateInt32x4(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitInt32x4ExtractLane(Node* node) {
|
| @@ -1972,7 +1972,7 @@ void InstructionSelector::VisitInt32x4Add(Node* node) { UNIMPLEMENTED(); }
|
|
|
| void InstructionSelector::VisitInt32x4Sub(Node* node) { UNIMPLEMENTED(); }
|
|
|
| -#endif // !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_ARM
|
| +#endif // !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_IA32
|
|
|
| #if !V8_TARGET_ARCH_ARM
|
| void InstructionSelector::VisitCreateFloat32x4(Node* node) { UNIMPLEMENTED(); }
|
|
|