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 ESMTPS id DC1A64833E for ; Sat, 1 Feb 2025 23:25:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 490CC68BCC5; Sun, 2 Feb 2025 01:25:38 +0200 (EET) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BAFEA68BCC5 for ; Sun, 2 Feb 2025 01:25:31 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id D740843147 for ; Sat, 1 Feb 2025 23:25:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1738452331; 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=ZzJfWVio0IJr5/zzNVk5jCKCbWidy59UDSa2m14tBTo=; b=Wn+IwF78ehVwmvrQF0ugfqFN/QOV6OIG1w1pPUmFJ6ujiSzvP766xeDoVxwXDzFevc7PV1 YjycuWQuxHsJ9Sq37JofK7TmGGc44oKEiyuyAMpQCIxvQ7NRJMsV+gpZZgFy0DTdigoDJs gbHh++wCrZ8sYYmELTwourgg5XnbZv6E7wkNfzQA8E/POtVJpIPGmpiRTYIEUzcTlR20J9 X58xad5BT0xVmswsNgSNf084Lv8FjyX2WfEk23YrB4hRLvjksOsZmQAukkNjWY6MhuzjyA 1SXYI532t77sa21SfayaSSUh9TzkUbTp3ui+hhPRwaKwJTNZE31+lgDmE0Mwrg== Date: Sun, 2 Feb 2025 00:25:29 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250201232529.GV4991@pb2> References: <20250129095854.44025-1-martin@martin.st> MIME-Version: 1.0 In-Reply-To: <20250129095854.44025-1-martin@martin.st> X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddufedthecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtudenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepudetvdfhudeuudegudefgfehhfevvdfggfffkefhvdfgvdetffdtjeekheetfeehnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] checkasm: aacencdsp: Actually initialize ff_aac_pow34sf_tab 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="===============8508911909871777169==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8508911909871777169== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1Mx5rCfmXoVrKWPp" Content-Disposition: inline --1Mx5rCfmXoVrKWPp Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 29, 2025 at 11:58:54AM +0200, Martin Storsj=F6 wrote: > This table is zero initialized by default, and has to be > explicitly initialized. >=20 > Coincidentally, this fixes linking checkasm with Apple's older > linker. (In Xcode 15, Apple switched to a new linker. The one in > older toolchains seems to have a bug where it won't figure out to > load object files from a static library, if the only symbol > referenced in the object file is a "common" symbol, i.e. one for > a zero-initialized variable. This issue can also be reproduced with > newer Apple toolchains by passing -Wl,-ld_classic to the linker.) > --- > tests/checkasm/aacencdsp.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) this sometimes fails make -j32 fate-checkasm-aacencdsp TEST checkasm-aacencdsp make -j32 fate-checkasm-aacencdsp TEST checkasm-aacencdsp Test checkasm-aacencdsp failed. Look at tests/data/fate/checkasm-aacencdsp.= err for details. make: *** [tests/Makefile:311: fate-checkasm-aacencdsp] Error 1 checkasm: using random seed 3314560428 SSE: - aacencdsp.abs_pow34 [OK] SSE2: quant_bands_signed_sse2 (aacencdsp.c:94) - aacencdsp.quant_bands [FAILED] AVX: - aacencdsp.quant_bands [OK] checkasm: 1 of 5 tests have failed threads=3D1 make: *** [tests/Makefile:311: fate-checkasm-aacencdsp] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope --1Mx5rCfmXoVrKWPp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ56tYwAKCRBhHseHBAsP q7abAJ9TzZUjqikdHEhljjz3HicKVCypIQCcDU5YR0rHJwe0TUXJjlEM8j2LzIg= =kqMs -----END PGP SIGNATURE----- --1Mx5rCfmXoVrKWPp-- --===============8508911909871777169== 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". --===============8508911909871777169==--