Re: [PATCH] x86: Update Intel processor detection

2020-05-18 Thread H.J. Lu via Gcc-patches
On Mon, May 18, 2020 at 5:43 AM Uros Bizjak wrote: > > On Mon, May 18, 2020 at 2:34 PM H.J. Lu wrote: > > > > On Mon, May 18, 2020 at 5:18 AM Uros Bizjak wrote: > > > > > > On Mon, May 18, 2020 at 1:58 PM H.J. Lu wrote: > > > > > > > > Add cpu model numbers for Intel Airmont, Tremont, Comet Lak

Re: [PATCH] x86: Update Intel processor detection

2020-05-18 Thread Uros Bizjak via Gcc-patches
On Mon, May 18, 2020 at 2:34 PM H.J. Lu wrote: > > On Mon, May 18, 2020 at 5:18 AM Uros Bizjak wrote: > > > > On Mon, May 18, 2020 at 1:58 PM H.J. Lu wrote: > > > > > > Add cpu model numbers for Intel Airmont, Tremont, Comet Lake, Ice Lake > > > and Tiger Lake processor families. > > > > > > OK

Re: [PATCH] x86: Update Intel processor detection

2020-05-18 Thread H.J. Lu via Gcc-patches
On Mon, May 18, 2020 at 5:18 AM Uros Bizjak wrote: > > On Mon, May 18, 2020 at 1:58 PM H.J. Lu wrote: > > > > Add cpu model numbers for Intel Airmont, Tremont, Comet Lake, Ice Lake > > and Tiger Lake processor families. > > > > OK for master? > > OK. I am checking in my patch. > Please also upd

Re: [PATCH] x86: Update Intel processor detection

2020-05-18 Thread Uros Bizjak via Gcc-patches
On Mon, May 18, 2020 at 1:58 PM H.J. Lu wrote: > > Add cpu model numbers for Intel Airmont, Tremont, Comet Lake, Ice Lake > and Tiger Lake processor families. > > OK for master? OK. Please also update cpuinfo.c from libgcc and corresponding gcc.target/i386/builtin_target.c testcase. Thanks, Uro