Re: [libav-devel] [PATCH 2/3] x86: add detection for FMA3 instruction set

2014-02-23 Thread Janne Grunau
On 2014-02-22 02:54:01 -0300, James Almer wrote: > Based on x264 code > > Signed-off-by: James Almer commit author changed to your full name > --- > configure | 5 + > libavutil/cpu.c | 3 +++ > libavutil/cpu.h | 1 + > libavutil/x86/cpu.c | 5 - > libavutil/x86/cpu.h

[libav-devel] [PATCH 2/3] x86: add detection for FMA3 instruction set

2014-02-21 Thread James Almer
Based on x264 code Signed-off-by: James Almer --- configure | 5 + libavutil/cpu.c | 3 +++ libavutil/cpu.h | 1 + libavutil/x86/cpu.c | 5 - libavutil/x86/cpu.h | 3 +++ 5 files changed, 16 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 96cbe5d.