2014-09-25 09:33:21 +02:00
|
|
|
diff --git a/src/qml/jsruntime/qv4global_p.h b/src/qml/jsruntime/qv4global_p.h
|
|
|
|
index a00231c..2a8f5d3 100644
|
|
|
|
--- a/src/qml/jsruntime/qv4global_p.h
|
|
|
|
+++ b/src/qml/jsruntime/qv4global_p.h
|
2014-12-21 11:57:23 +01:00
|
|
|
@@ -85,7 +85,7 @@ inline double trunc(double d) { return d
|
2014-09-25 09:33:21 +02:00
|
|
|
|
2014-12-21 11:57:23 +01:00
|
|
|
// Black list some platforms
|
|
|
|
#if defined(V4_ENABLE_JIT)
|
|
|
|
-#if defined(Q_OS_IOS) || defined(Q_OS_WINRT)
|
|
|
|
+#if defined(Q_OS_IOS) || defined(Q_OS_WINRT) || (defined(Q_PROCESSOR_X86) && !defined(__SSE2__))
|
|
|
|
# undef V4_ENABLE_JIT
|
|
|
|
#endif
|
|
|
|
#endif
|