wwwdocs: [GCC12] Mention Intel AVX512-FP16.
Commit Message
---
htdocs/gcc-12/changes.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Comments
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.
@@ -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> -->