This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH,i386] Enable FMA4 for AMD bdver3
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: "Gopalasubramanian, Ganesh" <Ganesh dot Gopalasubramanian at amd dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 16 Oct 2013 09:11:26 +0200
- Subject: Re: [PATCH,i386] Enable FMA4 for AMD bdver3
- Authentication-results: sourceware.org; auth=none
- References: <EB4625145972F94C9680D8CADD6516155C2362BF at SATLEXDAG02 dot amd dot com> <CAFULd4Zucoc2Fvx2vjVgztO+vNX7bKMSyz-P1XRB-HQmM543-w at mail dot gmail dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Oct 16, 2013 at 09:00:58AM +0200, Uros Bizjak wrote:
> On Wed, Oct 16, 2013 at 8:28 AM, Gopalasubramanian, Ganesh
> <Ganesh.Gopalasubramanian@amd.com> wrote:
>
> > The below patch enables FMA4 for AMD bdver3 architectures.
> >
> > "make -k check" passes.
> >
> > +2013-10-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
> > +
> > + * config/i386/i386.c (ix86_option_override_internal): Enable FMA4
> > + for AMD bdver3.
> > +
>
> OK for mainline and 4.8 branch (for 4.8.2 if approved by Jakub,
> otherwise please wait for branch to open).
4.8.2 is already rolling, so too late for that.
Jakub