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 9B2754493B for ; Wed, 28 Sep 2022 09:08:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DEC6968BB72; Wed, 28 Sep 2022 12:08:42 +0300 (EEST) Received: from mail8.parnet.fi (mail8.parnet.fi [77.234.108.134]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EEDED68BB66 for ; Wed, 28 Sep 2022 12:08:36 +0300 (EEST) Received: from mail9.parnet.fi (mail9.parnet.fi [77.234.108.21]) by mail8.parnet.fi with ESMTP id 28S98Y0v002902-28S98Y0w002902; Wed, 28 Sep 2022 12:08:34 +0300 Received: from foo.martin.st (host-97-187.parnet.fi [77.234.97.187]) by mail9.parnet.fi (Postfix) with ESMTPS id A80C3A1437; Wed, 28 Sep 2022 12:08:34 +0300 (EEST) Date: Wed, 28 Sep 2022 12:08:34 +0300 (EEST) From: =?ISO-8859-15?Q?Martin_Storsj=F6?= To: Grzegorz Bernacki In-Reply-To: <20220926091504.3459110-2-gjb@semihalf.com> Message-ID: <1968da40-b118-b17e-c86f-71b62bc14eda@martin.st> References: <20220926091504.3459110-1-gjb@semihalf.com> <20220926091504.3459110-2-gjb@semihalf.com> MIME-Version: 1.0 X-FE-Policy-ID: 3:14:2:SYSTEM Subject: Re: [FFmpeg-devel] [PATCH 2/4] lavc/aarch64: Provide neon implementation of nsse8 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 Cc: upstream@semihalf.com, jswinney@amazon.com, hum@semihalf.com, ffmpeg-devel@ffmpeg.org, mw@semihalf.com, spop@amazon.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Mon, 26 Sep 2022, Grzegorz Bernacki wrote: > Add vectorized implementation of nsse8 function. > > Performance comparison tests are shown below. > - nsse_1_c: 256.0 > - nsse_1_neon: 82.7 > > Benchmarks and tests run with checkasm tool on AWS Graviton 3. > > Signed-off-by: Grzegorz Bernacki > --- > libavcodec/aarch64/me_cmp_init_aarch64.c | 15 ++++ > libavcodec/aarch64/me_cmp_neon.S | 99 ++++++++++++++++++++++++ > 2 files changed, 114 insertions(+) Looks reasonable to me, but do check to make sure there's no tabs. // Martin _______________________________________________ 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".