On Fri, Dec 22, 2017 at 03:38:03PM +0300, Kirill Yukhin wrote: > Hello, Julia, > On 12 Nov 12:51, Koval, Julia wrote: > > Hi, this patch enables AVX512BITALG and AVX512VPOPCNTDQ instructions from > > https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf. > > Ok for trunk? > OK for trunk. I've checked it in.
This patch has the same issues we are trying to solve for PR83488, both AVX512BITALG and AVX512VPOPCNTDQ, because they appear in both with | OPTION_MASK_ISA_AVX512VL and thus need to be flags rather than flags2. I'll prepare a patch. Jakub