[libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-12 Thread Justin Ruggles
--- libavcodec/x86/fmtconvert.asm | 52 + libavcodec/x86/fmtconvert_mmx.c | 69 +- 2 files changed, 61 insertions(+), 60 deletions(-) diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm index

Re: [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-10 Thread Jason Garrett-Glaser
On Sun, Oct 9, 2011 at 9:48 PM, Justin Ruggles justin.rugg...@gmail.com wrote: ---  libavcodec/x86/fmtconvert.asm   |   54 ++  libavcodec/x86/fmtconvert_mmx.c |   69 +-  2 files changed, 63 insertions(+), 60 deletions(-) diff

[libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-10 Thread Justin Ruggles
--- libavcodec/x86/fmtconvert.asm | 53 ++ libavcodec/x86/fmtconvert_mmx.c | 69 +- 2 files changed, 62 insertions(+), 60 deletions(-) diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm index

Re: [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-10 Thread Loren Merritt
On Mon, 10 Oct 2011, Justin Ruggles wrote: +cglobal float_to_int16_interleave2_%1, 2,3,%2, dst, src0, src1 +%define lenq r3q cglobal float_to_int16_interleave2_%1, 3,4,0, dst, src0, src1, len --Loren Merritt ___ libav-devel mailing list

Re: [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-10 Thread Loren Merritt
On Mon, 10 Oct 2011, Justin Ruggles wrote: On 10/10/2011 08:31 AM, Loren Merritt wrote: On Mon, 10 Oct 2011, Justin Ruggles wrote: +cglobal float_to_int16_interleave2_%1, 2,3,%2, dst, src0, src1 +%define lenq r3q cglobal float_to_int16_interleave2_%1, 3,4,0, dst, src0, src1, len I

[libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm

2011-10-09 Thread Justin Ruggles
--- libavcodec/x86/fmtconvert.asm | 54 ++ libavcodec/x86/fmtconvert_mmx.c | 69 +- 2 files changed, 63 insertions(+), 60 deletions(-) diff --git a/libavcodec/x86/fmtconvert.asm b/libavcodec/x86/fmtconvert.asm index