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 ef33cbfaa780f340872b6f08466224695db5c822 (commit) from e1795876c8a0c7bd3136cb92c3a33df97002c711 (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 ef33cbfaa780f340872b6f08466224695db5c822 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat May 25 10:34:34 2024 +0200 gcc-13: Reword section on __bf16 diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 2702170d..49261e1b 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -549,10 +549,10 @@ You may also want to check out our <li>For both C and C++ the <code>__bf16</code> type is supported on x86 systems with SSE2 and above enabled. </li> - <li>Use real <code>__bf16</code> type for AVX512BF16 intrinsics. Previously - we use __bfloat16 which is typedef of short. Now we introduced real - <code>__bf16</code> type to x86 psABI. Users need to adjust their - AVX512BF16-related source code when upgrading GCC12 to GCC13. + <li>Use this <code>__bf16</code> type for AVX512BF16 intrinsics instead + of <code>__bfloat16</code> which is typedef for short. + <code>__bf16</code> is now part of the x86 psABI. Users need to adjust their + AVX512BF16-related source code when upgrading to GCC 13. </li> <li>New ISA extension support for Intel AMX-COMPLEX was added. AMX-COMPLEX intrinsics are available via the <code>-mamx-complex</code> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs