Re: [PATCH, i386]: Introduce signbit2 expander

2019-05-22 Thread Uros Bizjak
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: > > >> > > >> +

Re: [PATCH, i386]: Introduce signbit2 expander

2019-05-22 Thread H.J. Lu
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

Re: [PATCH, i386]: Introduce signbit2 expander

2019-05-22 Thread Rainer Orth
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

Re: [PATCH, i386]: Introduce signbit2 expander

2019-05-22 Thread Uros Bizjak
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 > > > >

Re: [PATCH, i386]: Introduce signbit2 expander

2019-05-22 Thread Rainer Orth
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

[PATCH, i386]: Introduce signbit2 expander

2019-05-21 Thread Uros Bizjak
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