On Fri, Nov 18, 2022 at 3:50 PM Jakub Jelinek <ja...@redhat.com> wrote: > > On Fri, Nov 18, 2022 at 09:45:22AM +0800, liuhongt via Gcc-patches wrote: > > This should fix incorrect error when call those builtin with > > -mavxneconvert and w/o -mavx512bf16 -mavx512vl. > > > > Bootstrapped and regtested on x86_64-pc-linux-gnu{-m32,} > > Ready to push to trunk. > > > > gcc/ChangeLog: > > > > * config/i386/i386-builtins.cc (def_builtin): Hanlde "shared" > > Just a nit: s/Hanlde/Handle/ Thanks. > > > avx512bf16vl-avxneconvert builtins. > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/i386/avxneconvert-1.c: New test. > > Jakub >
-- BR, Hongtao