From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 07F1C385E010 for ; Wed, 11 May 2022 11:41:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 07F1C385E010 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nokiv-0000yM-5T; Wed, 11 May 2022 07:41:45 -0400 Received: from [87.69.77.57] (port=2579 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nokiu-00009S-HG; Wed, 11 May 2022 07:41:44 -0400 Date: Wed, 11 May 2022 14:41:44 +0300 Message-Id: <834k1ws3d3.fsf@gnu.org> From: Eli Zaretskii To: "Willgerodt, Felix" Cc: gdb-patches@sourceware.org In-Reply-To: (felix.willgerodt@intel.com) Subject: Re: [PATCH 2/4] gdb, gdbserver: Add AMX registers. References: <20220506121226.137608-1-felix.willgerodt@intel.com> <20220506121226.137608-3-felix.willgerodt@intel.com> <834k2226ht.fsf@gnu.org> X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 11:41:54 -0000 > From: "Willgerodt, Felix" > CC: "gdb-patches@sourceware.org" > Date: Wed, 11 May 2022 08:14:26 +0000 > > > Please make @cindex entries start with a lower-case letter. > > Otherwise, the index could be sorted differently in different locales. > > > > I tried it, it just doesn't look right to me if I don't use capital letters. > (Writing "advanced Matrix Extensions" or "advanced matrix extensions".) > > There are many index entries starting with capital letters, e.g. AArch64, > ARM or Ada. I see that Intel MPX is added as "Intel Memory Protection > Extensions (MPX)". Features of other vendors/architectures seem to > have similar formatting, like "AArch64 SVE" or "AArch64 Memory > Tagging Extension". Can I use the same formatting for AMX? > E.g. "Intel Advanced Memory Extensions (AMX)". If you start with "Intel" (or another non-word), yes.