summaryrefslogtreecommitdiffstats
path: root/src/core/transforms/matrix4x4_sse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transforms/matrix4x4_sse.cpp')
-rw-r--r--src/core/transforms/matrix4x4_sse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transforms/matrix4x4_sse.cpp b/src/core/transforms/matrix4x4_sse.cpp
index 0ec0f3131..83ffeb4d2 100644
--- a/src/core/transforms/matrix4x4_sse.cpp
+++ b/src/core/transforms/matrix4x4_sse.cpp
@@ -3,7 +3,7 @@
#include "matrix4x4_sse_p.h"
-#ifdef QT_COMPILER_SUPPORTS_SSE2
+#ifdef __SSE2__
QT_BEGIN_NAMESPACE
@@ -25,4 +25,4 @@ QDebug operator<<(QDebug dbg, const Matrix4x4_SSE &m)
QT_END_NAMESPACE
-#endif // QT_COMPILER_SUPPORTS_SSE2
+#endif // __SSE2__