On Tue, Nov 10, 2020 at 9:08 AM Hongtao Liu wrote:
>
> On Mon, Nov 9, 2020 at 8:26 PM Uros Bizjak wrote:
> >
> > On Mon, Nov 9, 2020 at 11:31 AM Hongtao Liu wrote:
> > >
> > > >
> > > > + /* Support unified builtin. */
> > > > + || (mask2 == OPTION_MASK_ISA2_AVXVNNI)
> > > >
> > > > I
On Mon, Nov 9, 2020 at 8:26 PM Uros Bizjak wrote:
>
> On Mon, Nov 9, 2020 at 11:31 AM Hongtao Liu wrote:
> >
> > >
> > > + /* Support unified builtin. */
> > > + || (mask2 == OPTION_MASK_ISA2_AVXVNNI)
> > >
> > > I don't think we gain anything with unified builtins. Better, just
> > >
On Mon, Nov 9, 2020 at 11:31 AM Hongtao Liu wrote:
>
> >
> > + /* Support unified builtin. */
> > + || (mask2 == OPTION_MASK_ISA2_AVXVNNI)
> >
> > I don't think we gain anything with unified builtins. Better, just
> > introduce separate builtins, e.g for
> >
>
> Unified builtins are use
>
> + /* Support unified builtin. */
> + || (mask2 == OPTION_MASK_ISA2_AVXVNNI)
>
> I don't think we gain anything with unified builtins. Better, just
> introduce separate builtins, e.g for
>
Unified builtins are used for unified intrinsics, intrinsics users may prefer
same interface an
> 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.
>
> For more details, please refer to
> https://sof
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
> >
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.
>
>
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.
For more details, please refer to
https://software.intel.c