pngdsp: swap argument inversion.
This commit is contained in:
parent
ef1c785f11
commit
4ff6dea390
@ -56,7 +56,7 @@ cglobal add_bytes_l2, 4, 6, %1, dst, src1, src2, wa, w, i
|
|||||||
|
|
||||||
%if mmsize == 16
|
%if mmsize == 16
|
||||||
; vector loop
|
; vector loop
|
||||||
mov wq, waq
|
mov waq, wq
|
||||||
and waq, ~7
|
and waq, ~7
|
||||||
jmp .end_l
|
jmp .end_l
|
||||||
.loop_l:
|
.loop_l:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user