From 8466d091ae97582e7a5bd0d00d30191c62bd4075 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 27 Dec 2011 17:38:27 -0200 Subject: Remove the false information that IA-64 supports SSE2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This must have been a mistake. IA-64 processors used to contain an IA-32 core, which supported SSE2. However, the IA-64 mode supported no such thing. Change-Id: I731c6018166af6b897cb697c68aad4ef3ae93132 Reviewed-by: Samuel Rødal --- src/corelib/tools/qsimd.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/corelib/tools/qsimd.cpp b/src/corelib/tools/qsimd.cpp index 6c07480f99..a74a140582 100644 --- a/src/corelib/tools/qsimd.cpp +++ b/src/corelib/tools/qsimd.cpp @@ -320,12 +320,6 @@ static inline uint detectProcessorFeatures() return features; } -#elif defined(__ia64__) -static inline uint detectProcessorFeatures() -{ - return MMX|SSE|SSE2; -} - #else static inline uint detectProcessorFeatures() { -- cgit v1.2.3