Re: [FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-15 Thread Michael Niedermayer
On Thu, Jan 07, 2016 at 02:26:26PM -0300, James Almer wrote: > On 1/7/2016 10:32 AM, Michael Niedermayer wrote: > > On Thu, Jan 07, 2016 at 12:36:02AM -0300, James Almer wrote: > >> Signed-off-by: James Almer > >> --- > >> I could also include stdlib.h inside the __GNU__

[FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-06 Thread James Almer
Signed-off-by: James Almer --- I could also include stdlib.h inside the __GNU__ section if that's prefered, since other compilers don't need it. libavutil/x86/intmath.h | 33 + 1 file changed, 33 insertions(+) diff --git

[FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-06 Thread James Almer
Signed-off-by: James Almer --- libavutil/x86/intmath.h | 32 1 file changed, 32 insertions(+) diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h index 611ef88..e1cd596 100644 --- a/libavutil/x86/intmath.h +++

Re: [FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-06 Thread Michael Niedermayer
On Wed, Jan 06, 2016 at 10:09:45PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/x86/intmath.h | 32 > 1 file changed, 32 insertions(+) seems failing to build CC libavcodec/proresdec_lgpl.o In file included

Re: [FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-06 Thread James Almer
On 1/7/2016 12:19 AM, Ronald S. Bultje wrote: > Hi, > > On Wed, Jan 6, 2016 at 8:09 PM, James Almer wrote: > >> Signed-off-by: James Almer >> --- >> libavutil/x86/intmath.h | 32 >> 1 file changed, 32 insertions(+) >> >>

Re: [FFmpeg-devel] [PATCH] x86/intmath: add sse optimized av_clipf and av_clipd

2016-01-06 Thread Ronald S. Bultje
Hi, On Wed, Jan 6, 2016 at 8:09 PM, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/x86/intmath.h | 32 > 1 file changed, 32 insertions(+) > > diff --git a/libavutil/x86/intmath.h