Re: [libav-devel] [PATCH] float_dsp: Replace arch optimization ifdefs by if cascade

2014-03-20 Thread Luca Barbato
On 20/03/14 14:16, Diego Biurrun wrote: > Arch-specific optimizations are handled this way everywhere else. > --- > libavutil/float_dsp.c | 17 - > 1 file changed, 8 insertions(+), 9 deletions(-) > > diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c > index 6ff7e2f..aabc8

[libav-devel] [PATCH] float_dsp: Replace arch optimization ifdefs by if cascade

2014-03-20 Thread Diego Biurrun
Arch-specific optimizations are handled this way everywhere else. --- libavutil/float_dsp.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c index 6ff7e2f..aabc800 100644 --- a/libavutil/float_dsp.c +++ b/libavutil/