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 8732C433EF for ; Mon, 10 Oct 2022 00:35:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 331C868BC64; Mon, 10 Oct 2022 03:35:23 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E017868BB5A for ; Mon, 10 Oct 2022 03:35:16 +0300 (EEST) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 412BE106015A for ; Mon, 10 Oct 2022 00:35:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1665362116; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=nkANbOdUbAvI8gW0MRxcjXB9+DmEhN48+3wInZjTN/Q=; b=G467IZtlGo6PBPvneFH9jOQPuzme25WMm1tkmKOmk/HSZqRSO2mZOeYVh7q3Xyez Sdv6GXgIwmsuasX2zmy2oZJ7A1sD/VRUYj8LkD6CwhpD7rCyunasO4OZ60u7ZfHLrAE vxM2saEIozEep827MV7AHJK2gvhoUsaJaM0LSmYbVwcZBfDhSrd70OXdR6mz/8452jm UYGaQL+uuOzu+fKHaCxrSKMtM4x0x0Hf00iQXsiLnap4J8+8kNPLJiOHH9uy60RyoeV +1Zm0V8ZETkhky70atT64DqRQ86pUFe0JLhnurWaa4tg+0kJ8NQD9y5DBNHZkG1uH23 ggQgA68qgg== Date: Mon, 10 Oct 2022 02:35:16 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20221006191541.53876-1-remi@remlab.net> References: <20221006191541.53876-1-remi@remlab.net> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] checkasm: RISC-V 64-bit assembler test harness 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Oct 6, 2022, 21:15 by remi@remlab.net: > --- > tests/checkasm/Makefile | 1 + > tests/checkasm/checkasm.h | 10 ++ > tests/checkasm/riscv/checkasm.S | 178 ++++++++++++++++++++++++++++++++ > 3 files changed, 189 insertions(+) > create mode 100644 tests/checkasm/riscv/checkasm.S > > diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile > index f330d3a8ab..62d6616faf 100644 > --- a/tests/checkasm/Makefile > +++ b/tests/checkasm/Makefile > @@ -63,6 +63,7 @@ CHECKASMOBJS-$(CONFIG_AVUTIL) += $(AVUTILOBJS) > Pushed along with the Opus postfilter patches and the AAC clobber fix. I fixed the switch() style in the postfilter code, we don't indent cases. Thanks. _______________________________________________ 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".