From 8fbb807d1029b012d2f45cb0f3ea0c6a6ebded6d Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 13 Nov 2013 08:07:38 +0100 Subject: mesa xserver pixman git update 9 nov 2013 xserver commit 4a251f5883b042cd902c192060a0be2b11148f2b pixman commit 8487dfbcd056eff066939dc253fcf361b391592a mesa commit e0489531455623aa21aa565b2c890362d8437f23 --- pixman/pixman/pixman-x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixman') diff --git a/pixman/pixman/pixman-x86.c b/pixman/pixman/pixman-x86.c index 652776021..05297c476 100644 --- a/pixman/pixman/pixman-x86.c +++ b/pixman/pixman/pixman-x86.c @@ -170,7 +170,7 @@ detect_cpu_features (void) features |= X86_SSE; if (d & (1 << 26)) features |= X86_SSE2; - if (d & (1 << 9)) + if (c & (1 << 9)) features |= X86_SSSE3; /* Check for AMD specific features */ -- cgit v1.2.3