On Sun, Oct 4, 2015 at 8:46 AM, Kumar, Venkataramanan
wrote:
> GCC bootstrap completed with and without -march=znver1.
> Ok for trunk after completing gcc regression tests ?
>
> ChangeLog:
> * config.gcc (i[34567]86-*-linux* | ...): Add znver1.
> (case ${target})
t; To: Kumar, Venkataramanan
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [Patch] [x86_64] znver1 enablement
>
> On Wed, Sep 30, 2015 at 12:05 PM, Kumar, Venkataramanan
> wrote:
> > Hi Maintainers,
> >
> > The attached patch enables -march=znver1 (AMD family 17h Zen
>
On Wed, Sep 30, 2015 at 12:05 PM, Kumar, Venkataramanan
wrote:
> Hi Maintainers,
>
> The attached patch enables -march=znver1 (AMD family 17h Zen processor).
>
> Costs and tunings are copied from bdver4, but we will be adjusting them
> later for znver1.
> Also a basic scheduler description for z
Hi Maintainers,
The attached patch enables -march=znver1 (AMD family 17h Zen processor).
Costs and tunings are copied from bdver4, but we will be adjusting them later
for znver1.
Also a basic scheduler description for znver1 is added and we will update this
as we get more information.
T