]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/patches/qt4-compilation-see.patch
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / patches / qt4-compilation-see.patch
1 diff -rup a/src/corelib/tools/qsimd_p.h b/src/corelib/tools/qsimd_p.h
2 --- a/src/corelib/tools/qsimd_p.h       2012-11-23 11:09:55.000000000 +0100
3 +++ b/src/corelib/tools/qsimd_p.h       2014-07-22 17:11:48.552071394 +0200
4 @@ -48,7 +48,7 @@
5  QT_BEGIN_HEADER
6  
7  
8 -#if defined(QT_NO_MAC_XARCH) || (defined(Q_OS_DARWIN) && (defined(__ppc__) || defined(__ppc64__)))
9 +//#if defined(QT_NO_MAC_XARCH) || (defined(Q_OS_DARWIN) && (defined(__ppc__) || defined(__ppc64__)))
10  // Disable MMX and SSE on Mac/PPC builds, or if the compiler
11  // does not support -Xarch argument passing
12  #undef QT_HAVE_SSE
13 @@ -60,7 +60,7 @@ QT_BEGIN_HEADER
14  #undef QT_HAVE_AVX
15  #undef QT_HAVE_3DNOW
16  #undef QT_HAVE_MMX
17 -#endif
18 +//#endif
19  
20  // SSE intrinsics
21  #if defined(QT_HAVE_SSE2) && (defined(__SSE2__) || defined(Q_CC_MSVC))