From patchwork Tue May 7 13:12:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Andre Vieira (lists)" X-Patchwork-Id: 1932479 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VYdwt0QWvz1ydW for ; Tue, 7 May 2024 23:12:30 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F3534385ED40 for ; Tue, 7 May 2024 13:12:27 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 50E203858D1E for ; Tue, 7 May 2024 13:12:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 50E203858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 50E203858D1E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715087531; cv=none; b=n/pmzE53hbqcP/l5ISJIzSYqhjri4rvdaX+ZcjQTVTFs3o+dc0NglnvnUcObSk/eofTYsTctvUESUp8b/t/tiDKv6E5ox838cpBajtiQyYqRaisdAMUk6SyHxAjJLadaYk69Nwy46s/WFDdIPkMX3sroO4IoV40K86sY4gZGC/g= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715087531; c=relaxed/simple; bh=FTF0kndVAZ+tl7/JWF2+/RllWTG2X1yuHuxST3MMTEY=; h=Message-ID:Date:MIME-Version:To:From:Subject; b=fPVsfJ2/S7+bpVV5z/xLjxdoB3e+G4izSmZbGbdnVgFlw2HWyxGgACJkxKhpTfukZoAeTdgvLQlzBCwWwPu+tKArgX7RBSgQ1VUoPIKtMqA72+MhYsJL0YpR/Rub+taBe40vYS4NCc0jHoVIJJ2Jj8Ue89/3hzjc4YqCdRhToxg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C9A5A1063; Tue, 7 May 2024 06:12:35 -0700 (PDT) Received: from [10.1.37.166] (E121495.Arm.com [10.1.37.166]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5B4CB3F793; Tue, 7 May 2024 06:12:09 -0700 (PDT) Message-ID: Date: Tue, 7 May 2024 14:12:07 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: "gcc-patches@gcc.gnu.org" Cc: "jakub@redhat.com" From: "Andre Vieira (lists)" Subject: [wwwdocs] Specify AArch64 BitInt support for little-endian only X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Hey Jakub, This what ya had in mind? Kind regards, Andre Vieira diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index ca5174de991bb088f653468f77485c15a61526e6..924e045a15a78b5702a0d6997953f35c6b47efd1 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -325,7 +325,7 @@ You may also want to check out our
  • Bit-precise integer types (_BitInt (N) and unsigned _BitInt (N)): integer types with a specified number of bits. These are only supported on - IA-32, x86-64 and AArch64 at present.
  • + IA-32, x86-64 and AArch64 (little-endian) at present.
  • Structure, union and enumeration types may be defined more than once in the same scope with the same contents and the same tag; if such types are defined with the same contents and the