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.
Cc: GCC Patches ; Kirill Yukhin
>
> Subject: Re: [x86][patch] Add -march=cannonlake.
>
> 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 intende
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 driver goes through "This is
ber 08, 2017 8:45 PM
> To: Koval, Julia
> Cc: GCC Patches ; Kirill Yukhin
>
> Subject: Re: [x86][patch] Add -march=cannonlake.
>
> On Wed, Nov 8, 2017 at 9:02 AM, Koval, Julia wrote:
> > Attachment got lost.
> >
> >> -Original Message-
> >> F
On Wed, Nov 8, 2017 at 9:02 AM, Koval, Julia wrote:
> Attachment got lost.
>
>> -Original Message-
>> From: Koval, Julia
>> Sent: Wednesday, November 08, 2017 9:01 AM
>> To: 'GCC Patches'
>> Cc: 'Uros Bizjak' ; 'Kirill Yu
Attachment got lost.
> -Original Message-
> From: Koval, Julia
> Sent: Wednesday, November 08, 2017 9:01 AM
> To: 'GCC Patches'
> Cc: 'Uros Bizjak' ; 'Kirill Yukhin'
>
> Subject: RE: [x86][patch] Add -march=cannonlake.
>
>
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.
* config/i386/driver-i386.c