From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 84C803858030; Wed, 26 Oct 2022 10:25:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 84C803858030 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666779954; bh=nGEPHdhRAwV6iG0e32gYUGC0A4DGIc7DB0PwleN3tL4=; h=To:Subject:Date:From:From; b=YlegW90DcVDuQrHEHXJamqnkUDh8UQm4EJOrlwYtb5zGhV+9rHkbY4VpmYydCjYb1 41feRaU7RQUOk4XNtxFaRsJis0QCb/VnwTuWw/kJXAXaXrdQ3MIefD2cNDqRXWFfE+ OEJ1+8USyJLA5k2Ii64TLl5sEBuY0ZHJTK0Y3OjY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1c3fd72e73045266479669ff4a97a63520a0e72b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 085f2b7f13ee03919d77d938f7c12f08b382e529 X-Git-Newrev: 1c3fd72e73045266479669ff4a97a63520a0e72b Message-Id: <20221026102554.84C803858030@sourceware.org> Date: Wed, 26 Oct 2022 10:25:54 +0000 (GMT) From: Jakub Jelinek List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 1c3fd72e73045266479669ff4a97a63520a0e72b (commit) from 085f2b7f13ee03919d77d938f7c12f08b382e529 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c3fd72e73045266479669ff4a97a63520a0e72b Author: Jakub Jelinek Date: Wed Oct 26 12:25:39 2022 +0200 Mark extended floating point types as implemented. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index a0efc4f4..3968fef0 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -309,8 +309,10 @@ Extended floating-point types and standard names P1467R9 - No - + 13 + __STDCPP_FLOAT16_T__
__STDCPP_FLOAT32_T__
+ __STDCPP_FLOAT64_T__
__STDCPP_FLOAT128_T__
+ __STDCPP_BFLOAT16_T__ ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs