Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-23 Thread Markus Trippelsdorf
On 2015.08.20 at 17:49 +0200, Markus Trippelsdorf wrote: > On 2015.08.13 at 12:31 +0300, Yuri Rumyantsev wrote: > > Hi All, > > > > Here is patch for adding march/mtune options for Skylake. > > http://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/desktop-6th-gen-core-

Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-20 Thread Markus Trippelsdorf
On 2015.08.13 at 12:31 +0300, Yuri Rumyantsev wrote: > Hi All, > > Here is patch for adding march/mtune options for Skylake. http://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/desktop-6th-gen-core-family-spec-update.pdf states that BMI1 and BMI2 are not supported

Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-19 Thread Richard Biener
On Wed, Aug 19, 2015 at 12:47 PM, Uros Bizjak wrote: > On Wed, Aug 19, 2015 at 12:39 PM, Richard Biener > wrote: >> On Thu, Aug 13, 2015 at 9:57 PM, Uros Bizjak wrote: >>> On Thu, Aug 13, 2015 at 11:31 AM, Yuri Rumyantsev >>> wrote: Hi All, Here is patch for adding march/mtune o

Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-19 Thread Uros Bizjak
On Wed, Aug 19, 2015 at 12:39 PM, Richard Biener wrote: > On Thu, Aug 13, 2015 at 9:57 PM, Uros Bizjak wrote: >> On Thu, Aug 13, 2015 at 11:31 AM, Yuri Rumyantsev wrote: >>> Hi All, >>> >>> Here is patch for adding march/mtune options for Skylake. >>> >>> Bootstrap and regression testing did not

Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-19 Thread Richard Biener
On Thu, Aug 13, 2015 at 9:57 PM, Uros Bizjak wrote: > On Thu, Aug 13, 2015 at 11:31 AM, Yuri Rumyantsev wrote: >> Hi All, >> >> Here is patch for adding march/mtune options for Skylake. >> >> Bootstrap and regression testing did not show any new failures. >> >> Is it OK for trunk? > > OK. I thin

Re: [PATCH] Missing Skylake -march=/-mtune= option

2015-08-13 Thread Uros Bizjak
On Thu, Aug 13, 2015 at 11:31 AM, Yuri Rumyantsev wrote: > Hi All, > > Here is patch for adding march/mtune options for Skylake. > > Bootstrap and regression testing did not show any new failures. > > Is it OK for trunk? OK. Thanks, Uros. > ChangeLog: > 2015-08-13 Yuri Rumyantsev > > * confi

[PATCH] Missing Skylake -march=/-mtune= option

2015-08-13 Thread Yuri Rumyantsev
Hi All, Here is patch for adding march/mtune options for Skylake. Bootstrap and regression testing did not show any new failures. Is it OK for trunk? ChangeLog: 2015-08-13 Yuri Rumyantsev * config/i386/driver-i386.c (host_detect_local_cpu): Add support for skylake. * config/i386/i386.c (PTA