From patchwork Wed Feb 5 11:32:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Storsj=C3=B6?= X-Patchwork-Id: 17693 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id B94D744B777 for ; Wed, 5 Feb 2020 13:33:00 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9953F687F4F; Wed, 5 Feb 2020 13:33:00 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D9F37680A70 for ; Wed, 5 Feb 2020 13:32:54 +0200 (EET) Received: by mail-lj1-f171.google.com with SMTP id r19so1950510ljg.3 for ; Wed, 05 Feb 2020 03:32:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=eptfE7YT15jMEtVs/nxUFfQtmfSf6E9+6SFdJUsXwfg=; b=UA5ZGRcgWcI/bhcKoaEk3p2oW1ABIZtiEVlZL4eWFzoNI6TxtNwcMfkTcVDSfmDSYU Kwa7wUWWDU/PB8BdaGsudyKSKOSrhjZHNmGt6QCiflxgYtaeRQEp+gAnS+L/LkCJ6rBW ruhi1RzmapHj8h3iFBRc3KAAEjFXSXzgyckK1iu/2pS2AnU0zCPeMPB/Di/DPAgX8kOE LYKjsMp5CeEVp4gv4kdcbuSlbZeY/qAkysiMA7POfLbljCF9TkODx9bU18JwpI6R2eSI taIfaFjvyNl56zJIQo0uOYKa9aSgfbnIhR5QsVLDjoN20kgwat1WnBDe2qindCe0AsQk mSow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=eptfE7YT15jMEtVs/nxUFfQtmfSf6E9+6SFdJUsXwfg=; b=iKGlZGDKPaIB8S2eFLmjOZn6eVWo2ILQRYYrd+8YdO+JTo+6u727+Y/OXvrrW1fzYh YMhdN/UJDXKW+VHeBWVvzcCQAXDmFUyGCiPhqwlZPwYLz9LJw5zVt0OwQDoUouXECqdK px0p8F/FN6oxw423AOaAVnfSGbpwqmoLWIVxRO+HESgKQR4k11eSnddqTJBOAcRnuwAQ 5CLGkAZJKs0Gwq5LyPEwAVLfRXEPhIn71V400Ft8QoX2+c4kJKWrLLuLtcPRaE4vUPVi O89csCVuqY3ZZloGZPn+Clc/vrSiL3qcDBHARKRPUZT0ySNaoDvL1Q4SAxkq5WZGX9q5 FNiA== X-Gm-Message-State: APjAAAWVDzEbrenmS0WlUgigUlcYMhSpNE8a+VAVRJdtQsqifnETiydk B1d9UzyuzOL+hwGtDwNVsa5zl1+Kpw4= X-Google-Smtp-Source: APXvYqyyBgLBs8WtxW5WeMqAoJSn7DGA+wod8CPo7LhKUtW9t79emeWgGILAveJMMzic3Umzk7vktw== X-Received: by 2002:a2e:880a:: with SMTP id x10mr20747836ljh.211.1580902373949; Wed, 05 Feb 2020 03:32:53 -0800 (PST) Received: from localhost (dsl-tkubng21-58c01c-243.dhcp.inet.fi. [88.192.28.243]) by smtp.gmail.com with ESMTPSA id g25sm12762822ljn.107.2020.02.05.03.32.53 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 05 Feb 2020 03:32:53 -0800 (PST) From: =?utf-8?q?Martin_Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 5 Feb 2020 13:32:53 +0200 Message-Id: <20200205113253.75281-1-martin@martin.st> X-Mailer: git-send-email 2.21.1 (Apple Git-122.3) MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] vf_ssim: Fix loading doubles to float registers on i386 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" 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 index 1e682fe452..78809305de 100644 --- a/libavfilter/x86/vf_ssim.asm +++ b/libavfilter/x86/vf_ssim.asm @@ -255,6 +255,6 @@ cglobal ssim_end_line, 3, 3, 7, sum0, sum1, w addpd m0, m4 %if ARCH_X86_32 movsd r0m, m0 - fld r0mp + fld qword r0m %endif RET