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
---
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):
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
___
---
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):