Re: [libav-devel] [PATCH 1/2] x86: add support for fmaddps fma4 instruction with abstraction to avx/sse

2012-07-25 Thread Ronald S. Bultje
Hi, On Tue, Jul 24, 2012 at 2:03 PM, Justin Ruggles wrote: > --- > configure|5 + > libavutil/x86/x86inc.asm | 16 +++- > 2 files changed, 16 insertions(+), 5 deletions(-) OK. Ronald ___ libav-devel mailing list

[libav-devel] [PATCH 1/2] x86: add support for fmaddps fma4 instruction with abstraction to avx/sse

2012-07-24 Thread Justin Ruggles
--- configure|5 + libavutil/x86/x86inc.asm | 16 +++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/configure b/configure index ea80d48..4d1523f 100755 --- a/configure +++ b/configure @@ -242,6 +242,7 @@ Optimization options (experts only):

Re: [libav-devel] [PATCH 1/2] x86: add support for fmaddps fma4 instruction with abstraction to avx/sse

2012-06-18 Thread Loren Merritt
On Mon, 18 Jun 2012, Justin Ruggles wrote: > @@ -1080,16 +1080,22 @@ AVX_INSTR pfmul, 1, 0, 1 > %undef j > > %macro FMA_INSTR 3 > -%macro %1 4-7 %1, %2, %3 > -%if cpuflag(xop) > -v%5 %1, %2, %3, %4 > +%macro %1 5-8 %1, %2, %3, 0 What's the 0 for? --Loren Merritt ___

[libav-devel] [PATCH 1/2] x86: add support for fmaddps fma4 instruction with abstraction to avx/sse

2012-06-18 Thread Justin Ruggles
--- configure|5 + libavutil/x86/x86inc.asm | 16 +++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/configure b/configure index ea80d48..4d1523f 100755 --- a/configure +++ b/configure @@ -242,6 +242,7 @@ Optimization options (experts only):