Re: [patch][x86] Split-up march icelake on march=icelake-server and march=icelake-client

2018-03-14 Thread Uros Bizjak
cspec-56.inc: Ditto. >> >> libgcc/ >> * config/i386/cpuinfo.h (processor_subtypes): Split up icelake on >> icelake >> client and icelake-server. >> >> Thanks, >> Julia >> >> > -Original Message- >> > From: Jos

RE: [patch][x86] Split-up march icelake on march=icelake-server and march=icelake-client

2018-03-14 Thread Koval, Julia
h Myers <jos...@codesourcery.com> > Cc: 'GCC Patches' <gcc-patches@gcc.gnu.org>; Uros Bizjak > <ubiz...@gmail.com> > Subject: RE: [patch][x86] Split-up march icelake on march=icelake-server and > march=icelake-client > > Fixed invoke.texi. Here is the new version

RE: [patch][x86] Split-up march icelake on march=icelake-server and march=icelake-client

2018-03-13 Thread Koval, Julia
;gcc-patches@gcc.gnu.org>; Uros Bizjak > <ubiz...@gmail.com> > Subject: Re: [patch][x86] Split-up march icelake on march=icelake-server and > march=icelake-client > > On Mon, 12 Mar 2018, Koval, Julia wrote: > > > Hi, > > This patch introduces separate client and

Re: [patch][x86] Split-up march icelake on march=icelake-server and march=icelake-client

2018-03-12 Thread Joseph Myers
On Mon, 12 Mar 2018, Koval, Julia wrote: > Hi, > This patch introduces separate client and server arch options instead of > -march=icelake. Ok for trunk? I don't see any invoke.texi updates here to document what these two options mean (including, presumably, different lists of features for

[patch][x86] Split-up march icelake on march=icelake-server and march=icelake-client

2018-03-12 Thread Koval, Julia
Hi, This patch introduces separate client and server arch options instead of -march=icelake. Ok for trunk? Thanks, Julia gcc/ * config.gcc (icelake-client, icelake-server): New. (icelake): Remove. * config/i386/i386.c (initial_ix86_tune_features): Extend to 64 bit.