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 820D74B032 for ; Sun, 26 May 2024 19:43:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F192468D565; Sun, 26 May 2024 22:43:37 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4EDEA68C73D for ; Sun, 26 May 2024 22:43:31 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8CEA2240002 for ; Sun, 26 May 2024 19:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1716752610; 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=RAd+qsjl61F3BNPPU2IA/2BNZNwjQDEw2Tq/+JfsCsU=; b=X6Me9WwYMjaJ4e1xX6kpx1FvXlR/JTwt+6qnjHNT7CPvxIsjpTPdcqOA8jQ7erK6Y+Sq// MorqhdCfDcg/SaQXxkuQCSnBMeewV7hLFrNTuLWWmMxiNN9Lb+d97LUvTIrFjQhR8fi6rm a53sWxMulcaHGc1uvYJNg/AD7ymqSA4Imss1YhRpAZG2FkZYlUvRN/y0VNIUZ8bohJCMEp vGbu5uQ15Ainqb5DHIjdP4sm93kWnoh/Qabh0Pp2Db6MdrqnAVzTv4y49Bs3NT47I5D4Qo r7B3R6gyx3Bap0B5JTF38P9a2Gd8gRVgfPf1ojOLrrO//6kpvrjD3unUZAMnuA== Date: Sun, 26 May 2024 21:43:29 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240526194329.GK2821752@pb2> References: <20240525205731.2578146-1-dev@lynne.ee> <20240526014207.2697057-1-dev@lynne.ee> MIME-Version: 1.0 In-Reply-To: <20240526014207.2697057-1-dev@lynne.ee> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2] lpc: rewrite lpc_compute_autocorr in external asm 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="===============4223855862628636020==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4223855862628636020== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="a8i0lXXx49qphuFT" Content-Disposition: inline --a8i0lXXx49qphuFT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 26, 2024 at 03:42:01AM +0200, Lynne via ffmpeg-devel wrote: > The inline asm function had issues running under checkasm. > So I came to finish what I started, and wrote the last part > of LPC computation in assembly. > --- > libavcodec/x86/lpc.asm | 91 +++++++++++++++++++++++++++++++++++++++ > libavcodec/x86/lpc_init.c | 87 ++++--------------------------------- > 2 files changed, 100 insertions(+), 78 deletions(-) seems to break fate make: *** [tests/Makefile:311: fate-lavf-ogg] Error 1 make: *** [tests/Makefile:311: fate-iamf-stereo] Error 1 make: *** [tests/Makefile:311: fate-mov-mp4-iamf-stereo] Error 1 make: *** [tests/Makefile:311: fate-iamf-ambisonic_1] Error 1 make: *** [tests/Makefile:310: fate-mov-mp4-iamf-ambisonic_1] Error 1 make: *** [tests/Makefile:311: fate-mov-mp4-iamf-5_1_4] Error 1 make: *** [tests/Makefile:311: fate-iamf-5_1_4] Error 1 make: *** [tests/Makefile:311: fate-iamf-7_1_4] Error 1 make: *** [tests/Makefile:311: fate-mov-mp4-iamf-7_1_4] Error 1 make: *** [tests/Makefile:311: fate-cover-art-flac-remux] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --a8i0lXXx49qphuFT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZlOQ2AAKCRBhHseHBAsP q2zTAJ92GimaB0xy3OLodYOjm55ae9C56QCfXpa1D1GoEBz4lozCgSwtNGhmEzI= =ZLfM -----END PGP SIGNATURE----- --a8i0lXXx49qphuFT-- --===============4223855862628636020== 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". --===============4223855862628636020==--