Re: [libav-devel] [PATCH v2] x86: use 32-bit source registers with movd instruction

2012-08-06 Thread Diego Biurrun
On Mon, Aug 06, 2012 at 02:35:22AM +0100, Mans Rullgard wrote: > yasm tolerates mismatch between movd/movq and source register size, > adjusting the instruction according to the register. nasm is more > strict. > > Signed-off-by: Mans Rullgard > --- > Missed a couple that somehow worked with nas

[libav-devel] [PATCH v2] x86: use 32-bit source registers with movd instruction

2012-08-05 Thread Mans Rullgard
yasm tolerates mismatch between movd/movq and source register size, adjusting the instruction according to the register. nasm is more strict. Signed-off-by: Mans Rullgard --- Missed a couple that somehow worked with nasm 2.10 but fail with 2.08. --- libavcodec/x86/h264_deblock_10bit.asm | 12 ++