On Fri, 11 Oct 2019, liuho...@gcc.gnu.org wrote: > commit 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c > Author: liuhongt <hongtao....@intel.com> > Date: Fri Oct 11 14:27:47 2019 +0800 > > Update gcc10 changes with new intel ISA.
I just applied this follow-up patch which adds markup. Usually we also refer to "command-line option" or similar, but I leave it up to you whether you want to do this here. Gerald - Log ----------------------------------------------------------------- commit 403208f04a685071344227d54127664e6894ee0a Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sun Oct 20 19:11:06 2019 +0200 Properly mark up command-line options re the new Intel ISA. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 478436d..7e7b666 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -193,10 +193,12 @@ a work-in-progress.</p> <li>Support to expand <code>__builtin_roundeven</code> into the appropriate SSE 4.1 instruction has been added. </li> - <li>GCC now supports the Intel CPU named Cooperlake through -march=cooperlake. + <li>GCC now supports the Intel CPU named Cooperlake through + <code>-march=cooperlake</code>. The switch enables the AVX512BF16 ISA extensions. </li> - <li>GCC now supports the Intel CPU named Tigerlake through -march=tigerlake. + <li>GCC now supports the Intel CPU named Tigerlake through + <code>-march=tigerlake</code>. The switch enables the MOVDIRI MOVDIR64B AVX512VP2INTERSECT ISA extensions. </li> </ul>