Commit 47277c41 authored by Michael Niedermayer's avatar Michael Niedermayer

x86/v210: fix xmm clobbers

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent aa7c88df
......@@ -35,7 +35,7 @@ SECTION .text
%macro v210_planar_unpack 2
; v210_planar_unpack(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width)
cglobal v210_planar_unpack_%1_%2, 5, 5
cglobal v210_planar_unpack_%1_%2, 5, 5, 7
movsxdifnidn r4, r4d
lea r1, [r1+2*r4]
add r2, r4
......
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