[wwwdocs,GCC13] Mention Intel __bf16 support.

Message ID DM4PR11MB54870095B8CDC102D17D4305EC6C9@DM4PR11MB5487.namprd11.prod.outlook.com
State New
Headers
Series [wwwdocs,GCC13] Mention Intel __bf16 support. |

Commit Message

Li, Pan2 via Gcc-patches Aug. 19, 2022, 2:23 a.m. UTC
  Hi

The patch is for mention Intel __bf16 support in gcc13.
Ok for master ?

Thanks,
Lingling

htdocs/gcc-13/changes.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

--
2.18.2
  

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 57bd8724..7d98329c 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -122,7 +122,12 @@  a work-in-progress.</p>
 
 <!-- <h3 id="avr">AVR</h3> -->
 
-<!-- <h3 id="x86">IA-32/x86-64</h3> -->
+<h3 id="x86">IA-32/x86-64</h3>
+<ul>
+  <li>For both C and C++ the <code>__bf16</code> type is supported on
+      x86 systems with SSE2 and above enabled.
+  </li>
+</ul>
 
 <!-- <h3 id="mips">MIPS</h3> -->