forked from pool/libqt5-qtdeclarative
d47514e450
Update to 5.4.0 OBS-URL: https://build.opensuse.org/request/show/264855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=21
14 lines
490 B
Diff
14 lines
490 B
Diff
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
|
|
@@ -85,7 +85,7 @@ inline double trunc(double d) { return d
|
|
|
|
// 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
|