Commit 934e489e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e2b5b097'

* commit 'e2b5b097':
  x86: rv40dsp: Use PAVGB instruction macro where appropriate
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 04047b61 e2b5b097
......@@ -98,11 +98,7 @@ SECTION .text
%endif
packuswb %1, %1
%ifidn %3, avg
%if cpuflag(3dnow)
pavgusb %1, %2
%else
pavgb %1, %2
%endif
PAVGB %1, %2
%endif
movh [dstq], %1
%endmacro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment