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 242D142059 for ; Mon, 21 Feb 2022 15:00:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 58CD768B09D; Mon, 21 Feb 2022 17:00:43 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E84B968B08A for ; Mon, 21 Feb 2022 17:00:36 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 3AABEC001B for ; Mon, 21 Feb 2022 15:00:35 +0000 (UTC) Date: Mon, 21 Feb 2022 16:00:35 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220221150035.GZ2829255@pb2> References: <20220217111151.28498-1-chenhao@loongson.cn> <20220217111151.28498-2-chenhao@loongson.cn> MIME-Version: 1.0 In-Reply-To: <20220217111151.28498-2-chenhao@loongson.cn> Subject: Re: [FFmpeg-devel] [PATCH v2 1/5] avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0 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="===============6784256288080313468==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6784256288080313468== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UtVKhbAbIio12PQq" Content-Disposition: inline --UtVKhbAbIio12PQq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 17, 2022 at 07:11:47PM +0800, Hao Chen wrote: > The loongson_intrinsics.h file is updated from v1.0.3 version > to v1.1.0. Some spelling mistakes are fixed and new functions are added. >=20 > Signed-off-by: Hao Chen > --- > libavutil/loongarch/loongson_intrinsics.h | 1697 +++++++++++---------- > 1 file changed, 884 insertions(+), 813 deletions(-) >=20 > diff --git a/libavutil/loongarch/loongson_intrinsics.h b/libavutil/loonga= rch/loongson_intrinsics.h > index 6e0439f829..eb256863c8 100644 > --- a/libavutil/loongarch/loongson_intrinsics.h > +++ b/libavutil/loongarch/loongson_intrinsics.h > @@ -33,7 +33,7 @@ > * Xiwei Gu > * Lu Wang > * > - * This file is a header file for loongarch builtin extention. > + * This file is a header file for loongarch builtin extension. > * > */ > =20 > @@ -42,50 +42,50 @@ > =20 > /** > * MAJOR version: Macro usage changes. > - * MINOR version: Add new functions, or bug fix. > + * MINOR version: Add new functions, or bug fixes. > * MICRO version: Comment changes or implementation changes. > */ > #define LSOM_VERSION_MAJOR 1 > -#define LSOM_VERSION_MINOR 0 > -#define LSOM_VERSION_MICRO 3 > +#define LSOM_VERSION_MINOR 1 > +#define LSOM_VERSION_MICRO 0 > =20 > #define DUP2_ARG1(_INS, _IN0, _IN1, _OUT0, _OUT1) \ > -{ \ > - _OUT0 =3D _INS(_IN0); \ > - _OUT1 =3D _INS(_IN1); \ > -} > + { \ > + _OUT0 =3D _INS(_IN0); \ > + _OUT1 =3D _INS(_IN1); \ > + } > =20 > #define DUP2_ARG2(_INS, _IN0, _IN1, _IN2, _IN3, _OUT0, _OUT1) \ > -{ \ > - _OUT0 =3D _INS(_IN0, _IN1); \ > - _OUT1 =3D _INS(_IN2, _IN3); \ > -} > + { \ > + _OUT0 =3D _INS(_IN0, _IN1); \ > + _OUT1 =3D _INS(_IN2, _IN3); \ > + } These style changes differ from the recommandition in doc/developer.texi is that intentional ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Awnsering whenever a program halts or runs forever is On a turing machine, in general impossible (turings halting problem). On any real computer, always possible as a real computer has a finite number of states N, and will either halt in less than N cycles or never halt. --UtVKhbAbIio12PQq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYhOpDwAKCRBhHseHBAsP qw0zAJ49xIvXJpzv6jOy2gfr4nPnPGVbHwCdFlxY5tmFKmM0mqdVZTZcuJ6q8XM= =f9ok -----END PGP SIGNATURE----- --UtVKhbAbIio12PQq-- --===============6784256288080313468== 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". --===============6784256288080313468==--