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
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