On 29.10.14 16:02, Tom Musta wrote:
> Fix the implementation of the Altivec shift left and shift right
> instructions (vsl, vsr) which erroneously inverts shift direction
> on big endian hosts.
>
> Signed-off-by: Tom Musta
Thanks, applied to ppc-next.
Alex
Fix the implementation of the Altivec shift left and shift right
instructions (vsl, vsr) which erroneously inverts shift direction
on big endian hosts.
Signed-off-by: Tom Musta
---
target-ppc/int_helper.c | 13 ++---
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/targe