From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA0C9385B52B; Sun, 4 Dec 2022 03:56:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA0C9385B52B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670126217; bh=4NpxCesc4JR4eDk5XVpJI7NGdYaaxK/2rI4S28bWtZQ=; h=From:To:Subject:Date:From; b=qTNNsuv+HrwbmhvsPXhyt6JjAyj88XitnWJQqpImDkriYtBW1VTlh+HWVCc/Hiv4K tjhVsoVtJWWWa8k+RocSv1VeM8X0Y1so+1Jzye4fjUqvEO2eNFXKq5s3dTikc0kRu/ TtC8wmLhfjGOJdCk6Za1PcncegXPfY52LmAT7090= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107961] New: [11/12/13 Regression] BFloat16 types are not documented in "Half-Precision Floating Point" Date: Sun, 04 Dec 2022 03:56:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter target_milestone cf_gcctarget Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107961 Bug ID: 107961 Summary: [11/12/13 Regression] BFloat16 types are not documented in "Half-Precision Floating Point" Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: documentation Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: aarch64 x86_64 I noticed that the "Half-Precision Floating Point" part of the C extensions (https://gcc.gnu.org/onlinedocs/gcc/Half-Precision.html) don't document at = all the BFloat16 types.=20 Especially now BFloat16 is not just a storage type, it can be used like a normal type (on x86_64 at least; on aarch64 that is not true yet, reference= d in PR 107703).=