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/
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