Re: [PATCH i386 AVX512] [79/n] Extend expand_mul_widen_hilo.

2014-10-16 Thread Uros Bizjak
On Thu, Oct 16, 2014 at 8:28 AM, Kirill Yukhin wrote: > Hello, > This patch extends expand_mul_widen_hilo to 512-bit QI,SI,HI modes. > > Bootstrapped and regtested > > gcc/ > * config/i386/i386.c > (ix86_expand_mul_widen_hilo): Handle V32HI, V16SI, V64QI modes. > > Is it ok for tru

[PATCH i386 AVX512] [79/n] Extend expand_mul_widen_hilo.

2014-10-15 Thread Kirill Yukhin
Hello, This patch extends expand_mul_widen_hilo to 512-bit QI,SI,HI modes. Bootstrapped and regtested gcc/ * config/i386/i386.c (ix86_expand_mul_widen_hilo): Handle V32HI, V16SI, V64QI modes. Is it ok for trunk? -- Thanks, K diff --git a/gcc/config/i386/i386.c b/gcc/config/i386