> From: Gerald Pfeifer <ger...@pfeifer.com> > Sent: Tuesday, December 17, 2024 3:57 PM > > On Mon, 25 Nov 2024, Jiang, Haochen wrote: > > I will do all of the changes with little tweak here. The "and" should > > be added (actually changed the previous "or" to "and") between > > <code>-mtune=knl</code> and <code>-mtune=knm</code>. > > Thank you. > > I just pushed a little follow up patch, see below. >
Thank for your correction on trivial grammar mistakes! :) Thx, Haochen > Gerald > > > commit 7f4a4f377ca5e5fae8ffe6ab45a300799bd75b6f > Author: Gerald Pfeifer <ger...@pfeifer.com> > Date: Tue Dec 17 16:54:47 2024 +0900 > > gcc-15: Copy edit Xeon Phi CPU support removal > > diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index > 23866bde..1c690c4a 100644 > --- a/htdocs/gcc-15/changes.html > +++ b/htdocs/gcc-15/changes.html > @@ -242,11 +242,11 @@ a work-in-progress.</p> > CMPccXADD, MOVRS, SHA512, SM3, SM4 and USER_MSR ISA extensions. > </li> > <li>Support for Xeon Phi CPUs (a.k.a. Knight Landing and Knight Mill) were > - removed in GCC 15. GCC will no longer accepts <code>-march=knl</code>, > + removed in GCC 15. GCC will no longer accept > + <code>-march=knl</code>, > <code>-march=knm</code>, <code>-mavx5124fmaps</code>, > <code>-mavx5124vnniw</code>, <code>-mavx512er</code>, > <code>-mavx512pf</code>, <code>-mprefetchwt1</code>, > - <code>-mtune=knl</code> and <code>-mtune=knm</code> compiler > switches. > + <code>-mtune=knl</code>, and <code>-mtune=knm</code> compiler > switches. > </li> > </ul> >