Am 05.11.2012 19:06, schrieb Adhemerval Zanella:
> This patch add correct vector addition and subtraction intrisics when
> using Altivec with PPC. Current code uses default path and LLVM backend
> ends up issuing carry-out arithmetic instruction while it is expected
> saturated ones.
>
> It also i
This patch add correct vector addition and subtraction intrisics when
using Altivec with PPC. Current code uses default path and LLVM backend
ends up issuing carry-out arithmetic instruction while it is expected
saturated ones.
It also includes a fix for PowerPC where char are unsigned by default,