[patch][i386, AVX] GFNI enabling [3/4]

2017-10-17 Thread Koval, Julia
Hi, this the third patch of GFNI ISASET enabling. It enables GF2P8AFFINE instruction, described here: https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf gcc/ * config/i386/gfniintrin.h (_mm_gf2p8affine_epi64_epi8

Re: [patch][i386, AVX] GFNI enabling [3/4]

2017-10-17 Thread Jakub Jelinek
On Tue, Oct 17, 2017 at 01:09:50PM +, Koval, Julia wrote: > Hi, this the third patch of GFNI ISASET enabling. It enables GF2P8AFFINE > instruction, described here: > https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf

RE: [patch][i386, AVX] GFNI enabling [3/4]

2017-10-17 Thread Koval, Julia
. > -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Tuesday, October 17, 2017 3:15 PM > To: Koval, Julia > Cc: GCC Patches ; Kirill Yukhin > > Subject: Re: [patch][i386, AVX] GFNI enabling [3/4] > > On Tue, Oct 17, 2017 at 01:09:50P

RE: [patch][i386, AVX] GFNI enabling [3/4]

2017-11-06 Thread Koval, Julia
tests. * gcc.target/i386/sse-23.c: Handle new tests. > -Original Message- > From: Koval, Julia > Sent: Tuesday, October 17, 2017 3:26 PM > To: Jakub Jelinek > Cc: GCC Patches ; Kirill Yukhin > > Subject: RE: [patch][i386, AVX] GFNI enabling [3/4] > &g

Re: [patch][i386, AVX] GFNI enabling [3/4]

2017-11-10 Thread Kirill Yukhin
age- > > From: Koval, Julia > > Sent: Tuesday, October 17, 2017 3:26 PM > > To: Jakub Jelinek > > Cc: GCC Patches ; Kirill Yukhin > > > > Subject: RE: [patch][i386, AVX] GFNI enabling [3/4] > > > > Thanks for your comments, fixe