On Wed, Oct 15, 2014 at 3:37 PM, Kirill Yukhin wrote:
>> > diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
>> > index 7c34431..8a7853e 100644
>> > --- a/gcc/config/i386/i386.c
>> > +++ b/gcc/config/i386/i386.c
>> > @@ -18811,6 +18811,19 @@ ix86_expand_vector_convert_uns_vsivsf (rtx
Hello Uroš,
On 09 Oct 18:05, Uros Bizjak wrote:
> On Thu, Oct 9, 2014 at 5:01 PM, Kirill Yukhin wrote:
> > diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
> > index 7c34431..8a7853e 100644
> > --- a/gcc/config/i386/i386.c
> > +++ b/gcc/config/i386/i386.c
> > @@ -18811,6 +18811,19 @@ i
On Thu, Oct 9, 2014 at 5:01 PM, Kirill Yukhin wrote:
> Hello,
> This patch extends autogeneration of SI-2-SF
> conversions.
>
> Bootstrapped.
> AVX-512* tests on top of patch-set all pass
> under simulator.
>
> Is it ok for trunk?
>
> gcc/
> * config/i386/i386.c
> (ix86_expand_vect
Hello,
This patch extends autogeneration of SI-2-SF
conversions.
Bootstrapped.
AVX-512* tests on top of patch-set all pass
under simulator.
Is it ok for trunk?
gcc/
* config/i386/i386.c
(ix86_expand_vector_convert_uns_vsivsf): Handle V16SI mode and
TARGET_AVX512VL.
--
Th