From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C677A3855160; Sun, 4 Dec 2022 03:58:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C677A3855160 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670126333; bh=e3f89U+TUi7cZ2V3ZhpYjfG7KT8B1sTJLnWEhrWgaYM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PxFaEQ20mOleoEw4QLcpBdJOJPws5Jcmyo7I1Ge0Fh42/baKOshWaWxUj9n+QoH9G jdvvm14/lp2o2f5KKad6rPKifT8Z+a5yVzhFT+bdYXzgu7hCwAacEPyWWfogRbNsI9 9Ni2IfmhF8FzAP0Qq9J2SYmfUr5gXt/fs4Kn58fA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107961] BFloat16 types are not documented in "Half-Precision Floating Point" Date: Sun, 04 Dec 2022 03:58:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: short_desc Message-ID: In-Reply-To: References: 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] |BFloat16 types are not |BFloat16 types are not |documented in |documented in |"Half-Precision Floating |"Half-Precision Floating |Point" |Point" | --- Comment #1 from Andrew Pinski --- Note GCC 11 added support for bf16 for aarch64 but GCC 13 adds it for x86_64 and supports all operations and not just as a storage type.=