mesa/x86: fix a typos in SSE4.1 detection
authorTobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
Fri, 23 May 2014 01:02:16 +0000 (03:02 +0200)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 23 May 2014 01:10:08 +0000 (21:10 -0400)
commitf50361cce79beb78119d835b7a52c0c790d74077
treea56eb79934cf0224f3512cd04685bf4eb030b48e
parentcfec135de7f604ffe14f7a7a78157697911519ec
mesa/x86: fix a typos in SSE4.1 detection

Commit a2fb71e23 introduced 32-bit code for SSE4.1. Fix compilation, and
make sure to check ecx for the SSE4.1 bit.

[imirkin: switch sse4.1 to look at ecx]
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/x86/common_x86.c