Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930'
* commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930': x86: rv40dsp: Use PAVGB instruction macro where appropriate Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
934e489ee8
@ -98,11 +98,7 @@ SECTION .text
|
|||||||
%endif
|
%endif
|
||||||
packuswb %1, %1
|
packuswb %1, %1
|
||||||
%ifidn %3, avg
|
%ifidn %3, avg
|
||||||
%if cpuflag(3dnow)
|
PAVGB %1, %2
|
||||||
pavgusb %1, %2
|
|
||||||
%else
|
|
||||||
pavgb %1, %2
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
movh [dstq], %1
|
movh [dstq], %1
|
||||||
%endmacro
|
%endmacro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user