Re: PING [Patch] x86: Enable GCC support for Intel AVX-VNNI extension

2020-11-03 Thread Hongtao Liu via Gcc-patches
ping^2, i hope this patch could land on GCC11. On Wed, Oct 28, 2020 at 5:23 PM Hongyu Wang wrote: > > Hongyu Wang 于2020年10月14日周三 上午11:27写道: > > > > Hi: > > > > This patch is about to support Intel AVX-VNNI instructions. > > > > AVX-VNNI is an equivalent to AVX512-VNNI with VEX encoding. The >

PING [Patch] x86: Enable GCC support for Intel AVX-VNNI extension

2020-10-28 Thread Hongyu Wang via Gcc-patches
Hongyu Wang 于2020年10月14日周三 上午11:27写道: > > Hi: > > This patch is about to support Intel AVX-VNNI instructions. > > AVX-VNNI is an equivalent to AVX512-VNNI with VEX encoding. The instructions > are same, but with extra {vex} prefix to distinguish from AVX512-VNNI > instructions in assembler. > >