Commit 4ff6dea3 authored by Ronald S. Bultje's avatar Ronald S. Bultje

pngdsp: swap argument inversion.

parent ef1c785f
...@@ -56,7 +56,7 @@ cglobal add_bytes_l2, 4, 6, %1, dst, src1, src2, wa, w, i ...@@ -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:
......
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