Re: [PATCH, rs6000] Don't use deprecated vector shift instructions

2018-10-25 Thread Segher Boessenkool
On Wed, Oct 24, 2018 at 07:55:44PM -0500, Bill Schmidt wrote: > The intrinsic compatibility headers make use of some deprecated functions for > vector shifts, which are not available in some compilers. For compatibility > reasons, this patch, replaces those with intrinsics guaranteed to be portabl

[PATCH, rs6000] Don't use deprecated vector shift instructions

2018-10-24 Thread Bill Schmidt
Hi, The intrinsic compatibility headers make use of some deprecated functions for vector shifts, which are not available in some compilers. For compatibility reasons, this patch, replaces those with intrinsics guaranteed to be portable. Bootstrapped and tested on powerpc64le-linux-gnu with no re