Hello Julia! On 13 Oct 07:16, Koval, Julia wrote: > Sorry, fixed that. After the fix your patch is OK for trunk.
I've checked it in to main trunk (with minor ChangeLog fix). -- Thanks, K > > Thanks, > Julia > > > -----Original Message----- > > From: Jakub Jelinek [mailto:ja...@redhat.com] > > Sent: Friday, October 13, 2017 9:08 AM > > To: Koval, Julia <julia.ko...@intel.com> > > Cc: GCC Patches <gcc-patches@gcc.gnu.org>; Uros Bizjak > > <ubiz...@gmail.com>; Kirill Yukhin <kirill.yuk...@gmail.com> > > Subject: Re: [x86] GFNI enabling[1/4] > > > > On Fri, Oct 13, 2017 at 07:03:14AM +0000, Koval, Julia wrote: > > > > --- a/gcc/config/i386/i386.opt > > +++ b/gcc/config/i386/i386.opt > > @@ -753,6 +753,10 @@ mrdpid > > Target Report Mask(ISA_RDPID) Var(ix86_isa_flags2) Save > > Support RDPID built-in functions and code generation. > > > > +mgfni > > +Target Report Mask(ISA_GFNI) Var(ix86_isa_flags2) Save > > +Support RDPID built-in functions and code generation. > > + > > > > Pasto? It would surprise me if the description was meant to be > > exactly the same as -mrdpid. > > > > Jakub