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:
parent
8d28fba3ed
commit
8466d091ae
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user