gcc-wwwdocs branch master updated. e1795876c8a0c7bd3136cb92c3a33df97002c711
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 e1795876c8a0c7bd3136cb92c3a33df97002c711 (commit) from 77993a3798b638d2518dcb11ac939b581ea3cea8 (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 e1795876c8a0c7bd3136cb92c3a33df97002c711 Author: Gerald Pfeifer Date: Sat May 25 10:14:58 2024 +0200 git: Fix typo diff --git a/htdocs/git.html b/htdocs/git.html index 22c0eec1..a6e88566 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -236,7 +236,7 @@ additional branches can also be fetched if necessary. You can download any of the additional branches by adding a suitable -fetch specification to your local copy of the git repostiory. For +fetch specification to your local copy of the git repository. For example, if your remote is called 'origin' (the default with git clone) you can add the 'dead' development branches by running: --- Summary of changes: htdocs/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs
gcc-wwwdocs branch master updated. ef33cbfaa780f340872b6f08466224695db5c822
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 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 For both C and C++ the __bf16 type is supported on x86 systems with SSE2 and above enabled. - Use real __bf16 type for AVX512BF16 intrinsics. Previously - we use __bfloat16 which is typedef of short. Now we introduced real - __bf16 type to x86 psABI. Users need to adjust their - AVX512BF16-related source code when upgrading GCC12 to GCC13. + Use this __bf16 type for AVX512BF16 intrinsics instead + of __bfloat16 which is typedef for short. + __bf16 is now part of the x86 psABI. Users need to adjust their + AVX512BF16-related source code when upgrading to GCC 13. New ISA extension support for Intel AMX-COMPLEX was added. AMX-COMPLEX intrinsics are available via the -mamx-complex --- Summary of changes: htdocs/gcc-13/changes.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs