Re: [PATCH, rs6000, v2] Fix uses of vec_sel in intrinsic headers

2018-10-25 Thread Bill Schmidt
On 10/25/18 12:08 PM, Segher Boessenkool wrote: > On Wed, Oct 24, 2018 at 09:25:25AM -0500, Bill Schmidt wrote: >> This patch addresses Segher's findings, and also replaces usages of the >> deprecated function vec_vcmpgtfp with the equivalent vec_cmpgt. >> Bootstrapped and tested on powerpc64le-lin

Re: [PATCH, rs6000, v2] Fix uses of vec_sel in intrinsic headers

2018-10-25 Thread Segher Boessenkool
On Wed, Oct 24, 2018 at 09:25:25AM -0500, Bill Schmidt wrote: > This patch addresses Segher's findings, and also replaces usages of the > deprecated function vec_vcmpgtfp with the equivalent vec_cmpgt. > Bootstrapped and tested on powerpc64le-linux-gnu with no regressions. > Also tested in a Clang

[PATCH, rs6000, v2] Fix uses of vec_sel in intrinsic headers

2018-10-24 Thread Bill Schmidt
Hi, This patch addresses Segher's findings, and also replaces usages of the deprecated function vec_vcmpgtfp with the equivalent vec_cmpgt. Bootstrapped and tested on powerpc64le-linux-gnu with no regressions. Also tested in a Clang environment with no regressions. Is this ok for trunk? Thanks!