mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 16:40:30 +01:00
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>
(cherry picked from commit 811ee32a9e)
This commit is contained in:
parent
5a4be4455e
commit
0ec3ec8086
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue