| Index: test/cctest/wasm/test-run-wasm-simd.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-simd.cc b/test/cctest/wasm/test-run-wasm-simd.cc
|
| index 2c269885670472b0fe49f462e44bdc6fd9d26dfe..6b1de562049991e092900588785d9634fc3d8145 100644
|
| --- a/test/cctest/wasm/test-run-wasm-simd.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-simd.cc
|
| @@ -31,7 +31,8 @@ typedef int8_t (*Int8BinOp)(int8_t, int8_t);
|
| typedef int (*Int8CompareOp)(int8_t, int8_t);
|
| typedef int8_t (*Int8ShiftOp)(int8_t, int);
|
|
|
| -#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_IA32
|
| +#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_IA32 && \
|
| + !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_MIPS64
|
| #define SIMD_LOWERING_TARGET 1
|
| #else
|
| #define SIMD_LOWERING_TARGET 0
|
|
|