Re: [x86][patch] Add -march=cannonlake.

2017-11-13 Thread Uros Bizjak
On Mon, Nov 13, 2017 at 11:29 AM, Koval, Julia wrote: > Hi, here is followup patch to add skylake-avx512. > gcc/ > * config/i386/driver-i386.c (host_detect_local_cpu): Detect > skylake-avx512. OK. Thanks, Uros.

RE: [x86][patch] Add -march=cannonlake.

2017-11-13 Thread Koval, Julia
ia <julia.ko...@intel.com> > Cc: GCC Patches <gcc-patches@gcc.gnu.org>; Kirill Yukhin > <kirill.yuk...@gmail.com> > Subject: Re: [x86][patch] Add -march=cannonlake. > > On Sat, Nov 11, 2017 at 10:10 PM, Koval, Julia <julia.ko...@intel.com> wrote: > > Hi Uros, >

Re: [x86][patch] Add -march=cannonlake.

2017-11-12 Thread Uros Bizjak
On Sat, Nov 11, 2017 at 10:10 PM, Koval, Julia wrote: > Hi Uros, > I fixed comments. > Btw, I haven't found skylake-avx512 in driver-i386.c at all. Is it intended > or should I add it? It looks like an oversight to me. If there are no "skylake-avx512" model, then the

RE: [x86][patch] Add -march=cannonlake.

2017-11-11 Thread Koval, Julia
8, 2017 8:45 PM > To: Koval, Julia <julia.ko...@intel.com> > Cc: GCC Patches <gcc-patches@gcc.gnu.org>; Kirill Yukhin > <kirill.yuk...@gmail.com> > Subject: Re: [x86][patch] Add -march=cannonlake. > > On Wed, Nov 8, 2017 at 9:02 AM, Koval, Julia <julia

Re: [x86][patch] Add -march=cannonlake.

2017-11-08 Thread Uros Bizjak
; Cc: 'Uros Bizjak' <ubiz...@gmail.com>; 'Kirill Yukhin' >> <kirill.yuk...@gmail.com> >> Subject: RE: [x86][patch] Add -march=cannonlake. >> >> Hi, this patch adds new option -march=cannonlake. Isasets defined in: >> https://software.intel.com/sites/default

RE: [x86][patch] Add -march=cannonlake.

2017-11-08 Thread Koval, Julia
Attachment got lost. > -Original Message- > From: Koval, Julia > Sent: Wednesday, November 08, 2017 9:01 AM > To: 'GCC Patches' <gcc-patches@gcc.gnu.org> > Cc: 'Uros Bizjak' <ubiz...@gmail.com>; 'Kirill Yukhin' > <kirill.yuk...@gmail.com> > Subject:

RE: [x86][patch] Add -march=cannonlake.

2017-11-08 Thread Koval, Julia
Hi, this patch adds new option -march=cannonlake. Isasets defined in: https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf Ok for trunk? gcc/ * config.gcc: Add -march=cannonlake. *