Change AVX512FP16 to AVX512-FP16 which is official name.

Message ID 20230129012352.930881-1-hongtao.liu@intel.com
State New
Headers
Series Change AVX512FP16 to AVX512-FP16 which is official name. |

Commit Message

Liu, Hongtao Jan. 29, 2023, 1:23 a.m. UTC
  Ready to push to trunk.

---
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Gerald Pfeifer Jan. 29, 2023, 9:55 a.m. UTC | #1
On Sun, 29 Jan 2023, liuhongt wrote:
> Ready to push to trunk.

Yes, thank you.

Gerald
  

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 30fa4d6e..49055ffe 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -754,7 +754,7 @@  function Multiply (S1, S2 : Sign) return Sign is
 <h3 id="x86">IA-32/x86-64</h3>
 <ul>
   <li>New ISA extension support for Intel AVX512-FP16 was added.
-      AVX512FP16 intrinsics are available via the <code>-mavx512fp16</code>
+      AVX512-FP16 intrinsics are available via the <code>-mavx512fp16</code>
       compiler switch.
   </li>
   <li>For both C and C++ the <code>_Float16</code> type is supported on