OSDN Git Service

vfi/x86/vf_idet: fix incorrect use of paddq
authorJames Darnley <james.darnley@gmail.com>
Thu, 4 Sep 2014 22:22:04 +0000 (00:22 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 5 Sep 2014 10:49:34 +0000 (12:49 +0200)
commitdb8970d7b61ae8a83bab1d69dd1b7b0ff8a3a664
tree888af81b02f939c5875ebfb07978439a83edd913
parent161fc0f463773a12abb985c1adf55db971c76134
vfi/x86/vf_idet: fix incorrect use of paddq

paddq is an SSE2 instruction so it cannot be used for MMX.

This was probably just a typo because the sums are dwords anyway.

Reviewed-by: Pascal Massimino <pascal.massimino@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/x86/vf_idet.asm