Message ID | 20210923053825.89498-1-hongtao.liu@intel.com |
---|---|
State | New |
Headers | show |
Series | wwwdocs: [GCC12] Mention Intel AVX512-FP16. | expand |
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.
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> -->