Re: [FFmpeg-devel] [PATCH 1/4] x86/af_afir: fix processing the last element

2019-01-03 Thread Paul B Mahol
On 1/3/19, James Almer wrote: > ff_fcmul_add_sse3() is now identical to the C version. > > Signed-off-by: James Almer > --- > libavfilter/x86/af_afir.asm | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/x86/af_afir.asm b/libavfilter/x86/af_afir.asm > in

[FFmpeg-devel] [PATCH 1/4] x86/af_afir: fix processing the last element

2019-01-02 Thread James Almer
ff_fcmul_add_sse3() is now identical to the C version. Signed-off-by: James Almer --- libavfilter/x86/af_afir.asm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavfilter/x86/af_afir.asm b/libavfilter/x86/af_afir.asm index 849d85e70f..fcc1f426db 100644 --- a/libavfi