Hi all, When I was backporting my doc patch in gcc trunk today, I found when adding -march=gracemont in GCC14, the corresponding wwwdoc is missing. This patch is adding that.
Ok for wwwdocs trunk? Thx, Haochen --- htdocs/gcc-14/changes.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index e0d856cc..ba9fc680 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -944,6 +944,10 @@ __asm (".global __flmap_lock" "\n\t" Based on Sierra Forest, the switch further enables the AVX-VNNI-INT16, PREFETCHI, SHA512, SM3, SM4 and USER_MSR ISA extensions. </li> + <li>GCC now supports the Intel CPU named Gracemont through + <code>-march=gracemont</code>. + Gracemont is based on Alder Lake. + </li> <li>GCC now supports the Intel CPU named Arrow Lake through <code>-march=arrowlake</code>. Based on Alder Lake, the switch further enables the AVX-IFMA, -- 2.31.1