Remove the false information that IA-64 supports SSE2

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 <samuel.rodal@nokia.com>
This commit is contained in:
Thiago Macieira 2011-12-27 17:38:27 -02:00 committed by Qt by Nokia
parent 8d28fba3ed
commit 8466d091ae

View File

@ -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()
{