wwwdocs: [GCC12] Mention Intel AVX512-FP16.

Message ID 20210923053825.89498-1-hongtao.liu@intel.com
State New
Headers
Series wwwdocs: [GCC12] Mention Intel AVX512-FP16. |

Commit Message

Liu, Hongtao Sept. 23, 2021, 5:38 a.m. UTC
  ---
 htdocs/gcc-12/changes.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
  

Comments

Joseph Myers Sept. 23, 2021, 8:42 p.m. UTC | #1
On Thu, 23 Sep 2021, liuhongt via Gcc-patches wrote:

> +<h3 id="x86">IA-32/x86-64</h3>
> +<ul>
> +  <li>New ISA extension support for Intel AVX512-FP16 was added to GCC.
> +      AVX512FP16 intrinsics are available via the <code>-mavx512fp16</code>
> +      compiler switch.</li>
> +</ul>

I think the support for _Float16 should be mentioned in the release notes 
as well.
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 81f62fe3..14149212 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -165,8 +165,12 @@  a work-in-progress.</p>
   </li>
 </ul>
 
-<!-- <h3 id="x86">IA-32/x86-64</h3> -->
-
+<h3 id="x86">IA-32/x86-64</h3>
+<ul>
+  <li>New ISA extension support for Intel AVX512-FP16 was added to GCC.
+      AVX512FP16 intrinsics are available via the <code>-mavx512fp16</code>
+      compiler switch.</li>
+</ul>
 <!-- <h3 id="mips">MIPS</h3> -->
 
 <!-- <h3 id="mep">MeP</h3> -->