On Wed, May 22, 2019 at 5:52 PM H.J. Lu wrote:
>
> On Wed, May 22, 2019 at 6:36 AM Rainer Orth
> wrote:
> >
> > Hi Uros,
> >
> > >> the new testcase FAILs on i386-pc-solaris2.11 (both with the default
> > >> -m32 and -m64), but also on i586-unknown-freebsd11.2, i686-pc-linux-gnu:
> > >>
> > >> +
On Wed, May 22, 2019 at 6:36 AM Rainer Orth
wrote:
>
> Hi Uros,
>
> >> the new testcase FAILs on i386-pc-solaris2.11 (both with the default
> >> -m32 and -m64), but also on i586-unknown-freebsd11.2, i686-pc-linux-gnu:
> >>
> >> +FAIL: gcc.target/i386/vect-signbitf.c scan-assembler-not -2147483648
Hi Uros,
>> the new testcase FAILs on i386-pc-solaris2.11 (both with the default
>> -m32 and -m64), but also on i586-unknown-freebsd11.2, i686-pc-linux-gnu:
>>
>> +FAIL: gcc.target/i386/vect-signbitf.c scan-assembler-not -2147483648
>
> It works for me on x86_64-linux-gnu with -32, so I'm at loss
On Wed, May 22, 2019 at 11:04 AM Rainer Orth
wrote:
>
> Hi Uros,
>
> > Based on the recent work that enabled vectorization of
> > __builtin_signbit on aarch64.
> >
> > 2019-05-21 Uroš Bizjak
> >
> > * config/i386/sse.md (VF1_AVX2): New mode iterator.
> > (signbit2): New expander
> >
> >
Hi Uros,
> Based on the recent work that enabled vectorization of
> __builtin_signbit on aarch64.
>
> 2019-05-21 Uroš Bizjak
>
> * config/i386/sse.md (VF1_AVX2): New mode iterator.
> (signbit2): New expander
>
> testsuite/ChangeLog:
>
> 2019-05-21 Uroš Bizjak
>
> * gcc.target/i38
Based on the recent work that enabled vectorization of
__builtin_signbit on aarch64.
2019-05-21 Uroš Bizjak
* config/i386/sse.md (VF1_AVX2): New mode iterator.
(signbit2): New expander
testsuite/ChangeLog:
2019-05-21 Uroš Bizjak
* gcc.target/i386/vect-signbitf.c: New test.
B