summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2010-03-04 02:00:06 (GMT)
committerJustin McPherson <justin.mcpherson@nokia.com>2010-03-04 02:54:57 (GMT)
commit984625e5788900c96507b773193f519295d0be80 (patch)
tree27868540a9ccccfdef5a121ad8fd51ab34a33dff
parenta8d10340dce323030e6e3b197eb1849af303f4d0 (diff)
downloadQt-984625e5788900c96507b773193f519295d0be80.zip
Qt-984625e5788900c96507b773193f519295d0be80.tar.gz
Qt-984625e5788900c96507b773193f519295d0be80.tar.bz2
Namespace fixes.
Reviewed-by: Rohan McGovern
-rw-r--r--src/corelib/tools/qsimd_p.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/corelib/tools/qsimd_p.h b/src/corelib/tools/qsimd_p.h
index 724f3e0..21f308d 100644
--- a/src/corelib/tools/qsimd_p.h
+++ b/src/corelib/tools/qsimd_p.h
@@ -47,9 +47,6 @@
QT_BEGIN_HEADER
-QT_BEGIN_NAMESPACE
-
-QT_MODULE(Core)
#if defined(QT_NO_MAC_XARCH) || (defined(Q_OS_DARWIN) && (defined(__ppc__) || defined(__ppc64__)))
// Disable MMX and SSE on Mac/PPC builds, or if the compiler
@@ -103,6 +100,10 @@ QT_MODULE(Core)
#include <mm3dnow.h>
#endif
+QT_BEGIN_NAMESPACE
+
+QT_MODULE(Core)
+
enum CPUFeatures {
None = 0,
MMX = 0x1,