From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 94D2A472F0 for ; Thu, 1 Feb 2024 23:42:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A752168CDBC; Fri, 2 Feb 2024 01:42:28 +0200 (EET) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7091968BC86 for ; Fri, 2 Feb 2024 01:42:22 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 975CAE0004 for ; Thu, 1 Feb 2024 23:42:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1706830941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QifTtIANQjQ9x4TqeZZdChnHUQD4ZTuDZ2UqRqgPFcU=; b=KVtS7LbcbaU52lSNfGDT9phi2DZhq8ALSi1TW3Bu4f6J2FlICJvFwIpz8UqYGzMQipbzWb ixDT1PkC0Yw+w2fW54CgzdnltkPF9s08csgkpYZHQY9tKCzjAsw3arTrjzHvGWpzjzqEVS 7kCFRLPhb0C6wSmTZCcL555lYE403hPT/VUS9pPkuzDa0w0LxkDGfJjRPnDlwQT7v7nocb a7XyEttZKOW5uv+xM/mP3hyyGHX08ANw5MM7YjbyiXXwO43UiXBXx8TS5+JZFxG1MvOiQg JTwk49OnrAeGei6Fx/RkBQ9pcRYPfjpO+p3KgD+DH7BeZ3J7+wje0QNLDxA/xQ== Date: Fri, 2 Feb 2024 00:42:20 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240201234220.GG6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] checkasm/rv34dsp: add rv34_inv_transform_dc test X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: multipart/mixed; boundary="===============1112107303310647942==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1112107303310647942== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="29QVCd4dI4lNx39p" Content-Disposition: inline --29QVCd4dI4lNx39p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 31, 2024 at 08:00:18PM +0800, flow gg wrote: >=20 > checkasm/Makefile | 1=20 > checkasm/checkasm.c | 3 ++ > checkasm/checkasm.h | 1=20 > checkasm/rv34dsp.c | 65 +++++++++++++++++++++++++++++++++++++++++++++= +++++++ > fate/checkasm.mak | 1=20 > 5 files changed, 71 insertions(+) > e7eed6e25de9f313ddb3c0f3066f02f0671d3271 0001-checkasm-rv34dsp-add-rv34_= inv_transform_dc-test.patch > From 46a81051f49f6b4032815d5f123be8ff614033e2 Mon Sep 17 00:00:00 2001 > From: sunyuechi > Date: Wed, 31 Jan 2024 19:00:23 +0800 > Subject: [PATCH 1/4] checkasm/rv34dsp: add rv34_inv_transform_dc test seems to fail here checkasm: using random seed 2653668129 MMXEXT: rv34_inv_transform_dc_mmxext (failed to issue emms) - rv34dsp.rv34_inv_transform_dc [FAILED] checkasm: 1 of 1 tests have failed threads=3D1 tests/Makefile:318: recipe for target 'fate-checkasm-rv34dsp' failed make: *** [fate-checkasm-rv34dsp] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire --29QVCd4dI4lNx39p Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZbwsVAAKCRBhHseHBAsP q5OpAJ43N8fWHamZw+hJvyS3pAJOCGN/0wCfdQuFlJN0bCcK3doC5DYUm1absXM= =wOHP -----END PGP SIGNATURE----- --29QVCd4dI4lNx39p-- --===============1112107303310647942== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============1112107303310647942==--