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-linux-gnu with no regressions. >> Also tested in a Clang environment with no regressions. Is this ok for >> trunk? > This is okay for trunk. Thanks! Do you want backports to 8?
Yes, thanks! I should have mentioned that for all of these patches. Bill > > > Segher > > >> 2018-10-24 Bill Schmidt <wschm...@linux.ibm.com> >> Jinsong Ji <j...@us.ibm.com> >> >> * config/rs6000/emmintrin.h (_mm_sll_epi64): Remove wrong cast. >> * config/rs6000/xmmintrin.h (_mm_min_ps): Change m's type to >> __vector __bool int. Use vec_cmpgt in preference to deprecated >> function vec_vcmpgtfp. >> (_mm_max_ps): Likewise.