Re: [PATCH] i386: Expand roundeven for SSE4.1+

2019-08-14 Thread Joseph Myers
On Sun, 14 Jul 2019, Uros Bizjak wrote: > > This patch is for expanding roundeven inline for SSE4.1 and later. > > Note that this patch is to be applied on top of > > . The patch > > is bootstrapped and regression tested on x86_64-linux-gnu

Re: [PATCH] i386: Expand roundeven for SSE4.1+

2019-07-21 Thread Tejas Joshi
Hi. Thanks for the heads up. I did successful bootstrap build and regression testing on x86_64-linux-gnu for the above patch and have the test summary diff for patched and unpatched versions, but I do not know if it has passed the regression test or not hence attaching the diff here. Thanks, Tejas

Re: [PATCH] i386: Expand roundeven for SSE4.1+

2019-07-14 Thread Uros Bizjak
> This patch is for expanding roundeven inline for SSE4.1 and later. > Note that this patch is to be applied on top of > . The patch > is bootstrapped and regression tested on x86_64-linux-gnu. Actually, your patch at [1] is the way to go,

[PATCH] i386: Expand roundeven for SSE4.1+

2019-07-13 Thread Tejas Joshi
Hi. This patch is for expanding roundeven inline for SSE4.1 and later. Note that this patch is to be applied on top of . The patch is bootstrapped and regression tested on x86_64-linux-gnu. Thanks, Tejas gcc/ChangeLog: 2019-07-13 Tejas J