On 01/10/2014 11:08 AM, Tom Musta wrote:
> This patch adds the VSX Scalar Round to Single Precision (xsrsp)
> instruction.
>
> Signed-off-by: Tom Musta
> ---
> V6: New.
>
> target-ppc/fpu_helper.c | 17 +
> target-ppc/helper.h |1 +
> target-ppc/translate.c |2 ++
This patch adds the VSX Scalar Round to Single Precision (xsrsp)
instruction.
Signed-off-by: Tom Musta
---
V6: New.
target-ppc/fpu_helper.c | 17 +
target-ppc/helper.h |1 +
target-ppc/translate.c |2 ++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --gi