Hi Jakub, On 18 May 23:00, Jakub Jelinek wrote: > Hi! > > vbroadcast[fi]32x4 and vinsert[fi]32x4 are in AVX512VL, > vbroadcast[fi]64x2 and vinsert[fi]64x2 are in AVX512VL & AVX512DQ. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? OK. > > 2016-05-18 Jakub Jelinek <ja...@redhat.com> > > * config/i386/sse.md (i128vldq): New mode iterator. > (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add > avx512dq and avx512vl altenratives. > > * gcc.target/i386/avx512dq-vbroadcast-2.c: New test. > * gcc.target/i386/avx512vl-vbroadcast-2.c: New test.
-- Thanks, K