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 a7a2f6ddb13404f5dcdeae2a37de0eca801ae969..e9500c21def70cfcbe7207e0183efaa3e6a967b1 100644 |
--- a/test/cctest/wasm/test-run-wasm-simd.cc |
+++ b/test/cctest/wasm/test-run-wasm-simd.cc |
@@ -31,11 +31,11 @@ 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 |
+#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_IA32 |
#define SIMD_LOWERING_TARGET 1 |
#else |
#define SIMD_LOWERING_TARGET 0 |
-#endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_X64 |
+#endif // !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_X64 && !V8_TARGET_ARCH_IA32 |
// Generic expected value functions. |
template <typename T> |