Looks good. How to put it there(sorry, noob question)? Thanks, Julia
> -----Original Message----- > From: Gerald Pfeifer [mailto:ger...@pfeifer.com] > Sent: Saturday, December 09, 2017 2:49 PM > To: Koval, Julia <julia.ko...@intel.com> > Cc: Kirill Yukhin <kirill.yuk...@gmail.com>; GCC Patches <gcc- > patc...@gcc.gnu.org> > Subject: RE: [PATCH][i386,AVX] Enable VBMI2 support [5/7] > > Hi Julia, > > On Mon, 4 Dec 2017, Koval, Julia wrote: > > Do you think it is ok to copypaste it from GCC-6? > > you mean copy, past, and adjust? Yes, that should work. > > > GCC now supports the Intel CPU, named Cannonlake through > > -march=cannonlake. The switch enables the following ISA extensions: > > AVX512VBMI, AVX512IFMA, SHA. > > GCC now supports the Intel CPU, named and Icelake through > > -march=icelake. The switch enables the following ISA extensions: > > AVX512VNNI, GFNI, VAES, AVX512VBMI2, VPCLMULQDQ, AVX512BITALG, > RDPID, > > AVX512VPOPCNTDQ. > > No comma before "named". > > <code>-march=...</code>. > > And perhaps "enables the AVX..., AVX...,and... ISA extensions"? > > Gerald