From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id g77lGxD0uWKhvAcAWB0awg (envelope-from ) for ; Mon, 27 Jun 2022 14:16:48 -0400 Received: by simark.ca (Postfix, from userid 112) id 5F3991E22B; Mon, 27 Jun 2022 14:16:48 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 03C331E222 for ; Mon, 27 Jun 2022 14:16:48 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 21786386C591 for ; Mon, 27 Jun 2022 18:16:47 +0000 (GMT) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by sourceware.org (Postfix) with ESMTPS id 73CA83856DD1 for ; Mon, 27 Jun 2022 18:16:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 73CA83856DD1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f54.google.com with SMTP id h14-20020a1ccc0e000000b0039eff745c53so6133502wmb.5 for ; Mon, 27 Jun 2022 11:16:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=aKB4EKXgATVgsJ7AobXfYkZ2m6ptZBMig4w5iSqWArY=; b=5EbqTaPyCF5DRwxO7WI5afHgLw4nDnpP1gcEV5wElqTB1yn4vNfKWzTnOi5h9yKh69 UROMqgyZyQv99Asji3xQ+U4cIuJ79IgAkgIcmUgkDYPpjorgf1Wu5GwKARb2rcRtfClM m3yDgCDK2aKsDvb3Qj5rV1u8ppS767OoMmkh0Qgs6L4zmGcfBMGuK9RVBgXxSk1eMGGR MA8oZcVO+gCH0e36hmpz9GwBfo8hAFXLgmfZPbhMjDiOaQgxT6wlljS5q/2oMdnANT0+ YuEqbWCSrqbDqnfpxGL5/MMO2GNVdHhQ3gns7XBzohM5/c/5h8rO14E8J8wPWgKpL6kA 3RgA== X-Gm-Message-State: AJIora+lTcpHy/Uvyuhr1cNqn2xg3I5Qv1MrZkZHVRX2vjGJRGiP0jGj Z0b63HrQ0uajQG8iggyyPQap9PtRVzE= X-Google-Smtp-Source: AGRyM1spqxOe6dfhjSx1s0ZOQXXvL0cCDaN8alQbS2YqCjiVHW4XvVoOEK4vs+iKmlNlB9Hlnef5XA== X-Received: by 2002:a05:600c:1553:b0:39c:87fc:5784 with SMTP id f19-20020a05600c155300b0039c87fc5784mr21524698wmg.90.1656353795328; Mon, 27 Jun 2022 11:16:35 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:5b14:8ad0:780f:bdda? ([2001:8a0:f924:2600:5b14:8ad0:780f:bdda]) by smtp.gmail.com with ESMTPSA id e10-20020adffd0a000000b0021a3dd1c5d5sm11135820wrr.96.2022.06.27.11.16.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Jun 2022 11:16:34 -0700 (PDT) Message-ID: Date: Mon, 27 Jun 2022 19:16:33 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH 2/4] gdb, gdbserver: Add AMX registers. Content-Language: en-US To: Eli Zaretskii , "Willgerodt, Felix" References: <20220506121226.137608-1-felix.willgerodt@intel.com> <20220506121226.137608-3-felix.willgerodt@intel.com> <834k2226ht.fsf@gnu.org> <834k1ws3d3.fsf@gnu.org> From: Pedro Alves In-Reply-To: <834k1ws3d3.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2022-05-11 12:41, Eli Zaretskii via Gdb-patches wrote: >> 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. Hi Eli, I'm curious about this. What is different between "Intel" and "Advanced" here, wrt to locale, since they are both upper case?