diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/pixman-x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |