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 <tommu...@gmail.com>
> ---
> 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(-)

Ok, I guess, although why aren't we passing and returning by value, rather than
by reference?

This is scalar, so we only need to pass and return uint64_t...


r~

Reply via email to