Re: [FFmpeg-devel] [PATCH] vf_ssim: Fix loading doubles to float registers on i386

2020-02-05 Thread Martin Storsjö
On Wed, 5 Feb 2020, Paul B Mahol wrote: LGTM, will you push it or me? I pushed it now - thanks! // Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or e

Re: [FFmpeg-devel] [PATCH] vf_ssim: Fix loading doubles to float registers on i386

2020-02-05 Thread Paul B Mahol
LGTM, will you push it or me? On 2/5/20, Martin Storsjö wrote: > This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb > on i386 after breaking in fcc0424c933742c8fc852371e985d16b6eb4bfe9. > --- > libavfilter/x86/vf_ssim.asm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[FFmpeg-devel] [PATCH] vf_ssim: Fix loading doubles to float registers on i386

2020-02-05 Thread Martin Storsjö
This fixes the tests filter-refcmp-ssim-yuv and filter-refcmp-ssim-rgb on i386 after breaking in fcc0424c933742c8fc852371e985d16b6eb4bfe9. --- libavfilter/x86/vf_ssim.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/x86/vf_ssim.asm b/libavfilter/x86/vf_ssim.asm i