Re: [PATCH] i386: Roundeven expansion for SSE4.1+

2019-08-22 Thread Martin Jambor
Hi, On Wed, Jul 31 2019, Uros Bizjak wrote: > On Wed, Jul 31, 2019 at 7:51 AM Tejas Joshi wrote: >> >> Hi. >> >> > > * gcc.target/i386/avx-vround-roundeven-1.c: New test. >> > > * gcc.target/i386/avx-vround-roundeven-2.c: New test. >> > >> > roundss and roundsd are sse4_1 instructions, al

Re: [PATCH] i386: Roundeven expansion for SSE4.1+

2019-08-08 Thread Jeff Law
On 7/27/19 3:04 AM, Uros Bizjak wrote: > On Wed, Jul 24, 2019 at 12:43 PM Tejas Joshi wrote: >> >> Hi. >> This is a patch that Uros suggested for roundeven expansion, here. >> Thanks for the heads up. >> >> I have rerun the testsuite on th

Re: [PATCH] i386: Roundeven expansion for SSE4.1+

2019-07-31 Thread Uros Bizjak
On Wed, Jul 31, 2019 at 7:51 AM Tejas Joshi wrote: > > Hi. > > > > * gcc.target/i386/avx-vround-roundeven-1.c: New test. > > > * gcc.target/i386/avx-vround-roundeven-2.c: New test. > > > > roundss and roundsd are sse4_1 instructions, also please change tests > > to use -O2: > > I have made

Re: [PATCH] i386: Roundeven expansion for SSE4.1+

2019-07-30 Thread Tejas Joshi
Hi. > > * gcc.target/i386/avx-vround-roundeven-1.c: New test. > > * gcc.target/i386/avx-vround-roundeven-2.c: New test. > > roundss and roundsd are sse4_1 instructions, also please change tests > to use -O2: I have made the following changes you suggested and changed the file names to:

Re: [PATCH] i386: Roundeven expansion for SSE4.1+

2019-07-27 Thread Uros Bizjak
On Wed, Jul 24, 2019 at 12:43 PM Tejas Joshi wrote: > > Hi. > This is a patch that Uros suggested for roundeven expansion, here. > Thanks for the heads up. > > I have rerun the testsuite on the patch, it survives the regression > tests and

[PATCH] i386: Roundeven expansion for SSE4.1+

2019-07-24 Thread Tejas Joshi
Hi. This is a patch that Uros suggested for roundeven expansion, here. Thanks for the heads up. I have rerun the testsuite on the patch, it survives the regression tests and bootstraps on x86_64-linux-gnu. Note, patch to be applied on top o