Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344915 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/corelib/tools/qsimd_p.h (-3 / +6 lines)
Lines 87-95 QT_BEGIN_HEADER Link Here
87
#include <tmmintrin.h>
87
#include <tmmintrin.h>
88
#endif
88
#endif
89
89
90
// SSE4.1 and SSE4.2 intrinsics
90
// SSE4.1 intrinsics
91
#if (defined(QT_HAVE_SSE4_1) || defined(QT_HAVE_SSE4_2)) && (defined(__SSE4_1__) || defined(Q_CC_MSVC))
91
#if defined(QT_HAVE_SSE4_1) && (defined(__SSE4_1__) || defined(Q_CC_MSVC))
92
#include <smmintrin.h>
92
#include <smmintrin.h>
93
#endif
94
95
// SSE4.2 intrinsics
96
#if defined(QT_HAVE_SSE4_2) && (defined(__SSE4_2__) || defined(Q_CC_MSVC))
93
#include <nmmintrin.h>
97
#include <nmmintrin.h>
94
#endif
98
#endif
95
99
96
- 

Return to bug 344915