Skip to content
Snippets Groups Projects
Commit 1f004fc5 authored by Justin Ruggles's avatar Justin Ruggles Committed by Ronald S. Bultje
Browse files

ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().

parent 41cdc1ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment