Re: [PATCH] wwwdocs: [GCC12] Mention Intel AVX512-FP16.

2021-09-23 Thread Joseph Myers
On Thu, 23 Sep 2021, liuhongt via Gcc-patches wrote:

> +IA-32/x86-64
> +
> +  New ISA extension support for Intel AVX512-FP16 was added to GCC.
> +  AVX512FP16 intrinsics are available via the -mavx512fp16
> +  compiler switch.
> +

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

-- 
Joseph S. Myers
jos...@codesourcery.com


[PATCH] wwwdocs: [GCC12] Mention Intel AVX512-FP16.

2021-09-22 Thread liuhongt via Gcc-patches
---
 htdocs/gcc-12/changes.html | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

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.
   
 
 
-
-
+IA-32/x86-64
+
+  New ISA extension support for Intel AVX512-FP16 was added to GCC.
+  AVX512FP16 intrinsics are available via the -mavx512fp16
+  compiler switch.
+
 
 
 
-- 
2.18.1