diff mbox series

[pushed] wwwdocs: gcc-13: Reword section on __bf16

Message ID 20240525083624.8765B33EBE@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-13: Reword section on __bf16 | expand

Commit Message

Gerald Pfeifer May 25, 2024, 8:36 a.m. UTC
I found this section hard to understand at first (in addition to some 
grammar issues) so pushed the following.

Lingling, please advise if you'd like further changes.

Gerald

---
 htdocs/gcc-13/changes.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

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>