Re: [PATCH, rs6000] Don't use deprecated __vector long in intrinsic compatibility headers

2018-10-22 Thread Segher Boessenkool
Hi! On Mon, Oct 22, 2018 at 01:33:18PM -0500, Bill Schmidt wrote: > We should never use __vector long in the intrinsics compatibility headers, > since this has different meanings on 32- and 64-bit targets. This patch > corrects a number of places where this previously slipped through. > --- gcc/

[PATCH, rs6000] Don't use deprecated __vector long in intrinsic compatibility headers

2018-10-22 Thread Bill Schmidt
Hi, We should never use __vector long in the intrinsics compatibility headers, since this has different meanings on 32- and 64-bit targets. This patch corrects a number of places where this previously slipped through. Bootstrapped and tested on powerpc64le-linux-gnu with no regressions. Is this