Re: [libav-devel] [PATCH v2 1/3] x86/cpu: add AV_CPU_FLAG_AVXSLOW flag

2015-05-28 Thread Luca Barbato
On 28/05/15 18:32, James Almer wrote: > On 26/05/15 2:29 PM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> No changes from last revision. >> >> doc/APIchanges | 3 +++ >> libavutil/cpu.c | 3 +++ >> libavutil/cpu.h | 1 + >> libavutil/version.h | 4 ++-- >> libavutil

Re: [libav-devel] [PATCH v2 1/3] x86/cpu: add AV_CPU_FLAG_AVXSLOW flag

2015-05-28 Thread James Almer
On 26/05/15 2:29 PM, James Almer wrote: > Signed-off-by: James Almer > --- > No changes from last revision. > > doc/APIchanges | 3 +++ > libavutil/cpu.c | 3 +++ > libavutil/cpu.h | 1 + > libavutil/version.h | 4 ++-- > libavutil/x86/cpu.c | 17 ++--- > 5 files cha

[libav-devel] [PATCH v2 1/3] x86/cpu: add AV_CPU_FLAG_AVXSLOW flag

2015-05-26 Thread James Almer
Signed-off-by: James Almer --- No changes from last revision. doc/APIchanges | 3 +++ libavutil/cpu.c | 3 +++ libavutil/cpu.h | 1 + libavutil/version.h | 4 ++-- libavutil/x86/cpu.c | 17 ++--- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/doc/API