[PATCH] Support Intel AVX-IFMA

2022-10-18 Thread Hongyu Wang via Gcc-patches
Hi, Here is the update patch that align the implementation to AVX-VNNI, and corrects some spelling error for AVX512IFMA pattern. Bootstrapped/regtested on x86_64-pc-linux-gnu and sde. Ok for trunk? gcc/ * common/config/i386/i386-common.cc (OPTION_MASK_ISA_AVXIFMA_SET, OPTION_MAS

Re: [PATCH] Support Intel AVX-IFMA

2022-10-20 Thread Hongtao Liu via Gcc-patches
On Wed, Oct 19, 2022 at 2:04 PM Hongyu Wang via Gcc-patches wrote: > > Hi, > > Here is the update patch that align the implementation to AVX-VNNI, > and corrects some spelling error for AVX512IFMA pattern. > > Bootstrapped/regtested on x86_64-pc-linux-gnu and sde. Ok for trunk? Ok for this one. >