Re: [FFmpeg-devel] [PATCH 1/2] avutil: add float_dsp.vector_dmul

2018-09-12 Thread Paul B Mahol
On 9/12/18, James Almer wrote: > On 9/12/2018 7:42 AM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavutil/float_dsp.c | 9 + >> libavutil/float_dsp.h | 16 >> 2 files changed, 25 insertions(+) > > Ah, i had a patch like this lying around but never go

Re: [FFmpeg-devel] [PATCH 1/2] avutil: add float_dsp.vector_dmul

2018-09-12 Thread James Almer
On 9/12/2018 7:42 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavutil/float_dsp.c | 9 + > libavutil/float_dsp.h | 16 > 2 files changed, 25 insertions(+) Ah, i had a patch like this lying around but never got to send it. I still have the x86 simd im

[FFmpeg-devel] [PATCH 1/2] avutil: add float_dsp.vector_dmul

2018-09-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavutil/float_dsp.c | 9 + libavutil/float_dsp.h | 16 2 files changed, 25 insertions(+) diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c index 1d4911d815..6e28d71b57 100644 --- a/libavutil/float_dsp.c +++ b/libavutil/float_ds