Fix the SSSE3 CPUID detection.
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Nov 2013 20:59:42 +0000 (12:59 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 12 Nov 2013 20:59:42 +0000 (12:59 -0800)
commit8487dfbcd056eff066939dc253fcf361b391592a
tree72bcdd43bd738d966920d96c0cf2cb016ebe4ec9
parent741007311087be8a711cc9c76ec00e59a156c850
Fix the SSSE3 CPUID detection.

SSSE3 is detected by bit 9 of ECX, but we were checking bit 9 of EDX
which is APIC leading to SSSE3 routines being called on CPUs without
SSSE3.

Reviewed-by: Matt Turner <mattst88@gmail.com>
pixman/pixman-x86.c