Re: [FFmpeg-devel] [PATCH 1/2] x86/cpu: add helper macros to check for slow cpuflags

2015-05-31 Thread Michael Niedermayer
On Sun, May 31, 2015 at 02:20:28PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/cpu_internal.h | 12 > libavutil/x86/cpu.h | 18 ++ > 2 files changed, 30 insertions(+) merged a variant of this, didnt see the patch before [...] -- Mi

[FFmpeg-devel] [PATCH 1/2] x86/cpu: add helper macros to check for slow cpuflags

2015-05-31 Thread James Almer
Signed-off-by: James Almer --- libavutil/cpu_internal.h | 12 libavutil/x86/cpu.h | 18 ++ 2 files changed, 30 insertions(+) diff --git a/libavutil/cpu_internal.h b/libavutil/cpu_internal.h index 3c6ce6d..8df832a 100644 --- a/libavutil/cpu_internal.h +++ b/libav