Commit 1f004fc5 authored by Justin Ruggles's avatar Justin Ruggles Committed by Ronald S. Bultje

ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 41cdc1ff
......@@ -110,8 +110,7 @@ cglobal ac3_max_msb_abs_int16_%1, 2,2,5, src, len
por m2, m3
%endif
%ifidn mmsize, 16
mova m0, m2
punpckhqdq m0, m0
movhlps m0, m2
por m2, m0
%endif
PSHUFLW m0, m2, 0xe
......
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