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 5EA4448838 for ; Fri, 19 Jan 2024 22:00:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 72A6B68D068; Sat, 20 Jan 2024 00:00:31 +0200 (EET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D8F7C68B3C3 for ; Sat, 20 Jan 2024 00:00:24 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 02B261BF206 for ; Fri, 19 Jan 2024 22:00:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1705701624; 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=3Y24v8+5EI3Qsxwb52vVMtX+cldw7zgMnCyF4NzmhzY=; b=QhElIzYeX1DGyuZ3dlu1/x2IIS7uRxuxQ30FL5C4IUZw8Y0v0P/Xteuden7QPlZSYTmQcU 74QoR2Mz4yIY5jZPuEGr76AM73aOtSrGSTNbrhMQLLBrfXJYkpuePNMimg0AdUc67Wzbcf CXleGFp0mC6Uj17Ilbftg7EZlbz9QKasd7kVhCssihtoOy/DrneT9kpl6+Y8QdshAbKtQQ hlL2Td1N7S6IqDf9Wn6hyQQgUYS6Daj29k5WNlCAuF5SBsbZtOp7Wyuujvr5yJBlKmHm8M A++u0yLkqKwkj1EvJKFv1ieZdpcxEHUf9SxI9iRhoiVm4f3cDo/ZNy+Yl7G1GQ== Date: Fri, 19 Jan 2024 23:00:23 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240119220023.GW6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] x86/tx_float: enable SIMD for sizes over 131072 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="===============7217173876988830574==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7217173876988830574== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="R7WL3tS/SfNiSAWN" Content-Disposition: inline --R7WL3tS/SfNiSAWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 18, 2024 at 05:33:41PM +0100, Lynne wrote: > The tables for the new sizes were added last year due > to being required for SDR. > However, the assembly was never updated to use them. >=20 > Patch attached. >=20 > tx_float.asm | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > a8a354082090729d8b772e84f82266a210371d10 0001-x86-tx_float-enable-SIMD-f= or-sizes-over-131072.patch > From ccfd9366025105a7dba0471965856b12d73bbd17 Mon Sep 17 00:00:00 2001 > From: Lynne > Date: Thu, 18 Jan 2024 17:30:29 +0100 > Subject: [PATCH] x86/tx_float: enable SIMD for sizes over 131072 >=20 > The tables for the new sizes were added last year due > to being required for SDR. > However, the assembly was never updated to use them. > --- > libavutil/x86/tx_float.asm | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) LGTM thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Freedom in capitalist society always remains about the same as it was in ancient Greek republics: Freedom for slave owners. -- Vladimir Lenin --R7WL3tS/SfNiSAWN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZarw8wAKCRBhHseHBAsP q+OFAJwIJYWAN8/sBg73MewcIUo1lMLUhwCgiwYz+dNqPQoFXO5C7U6CSZV5w5M= =6DjN -----END PGP SIGNATURE----- --R7WL3tS/SfNiSAWN-- --===============7217173876988830574== 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". --===============7217173876988830574==--