mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33386 NOTE: This is a candidate for the 7.9 and 7.10 branches Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
committed by
Brian Paul
parent
3fda80246f
commit
811ee32a9e
@@ -648,7 +648,7 @@ _generic_read_RGBA_span_RGB565_MMX:
|
||||
testl $0x01, %ecx
|
||||
je .L01
|
||||
|
||||
movzxw (%eax), %ecx
|
||||
movzwl (%eax), %ecx
|
||||
movd %ecx, %mm4
|
||||
|
||||
pshufw $0x00, %mm4, %mm0
|
||||
|
||||
Reference in New Issue
Block a user