OSDN Git Service

target-ppc: Correct VSX FP to FP Conversions
authorTom Musta <tommusta@gmail.com>
Mon, 31 Mar 2014 21:04:01 +0000 (16:04 -0500)
committerAlexander Graf <agraf@suse.de>
Tue, 8 Apr 2014 09:20:03 +0000 (11:20 +0200)
commit6bbad7a91efe49b080391a45bc6305449050465a
tree1154149899ea9d5e7fff4684dec7bf34df78155e
parent50fc89e7b1a2837a2d92025aa2ed161d8439743b
target-ppc: Correct VSX FP to FP Conversions

This change corrects the VSX double precision to single precision and
single precision to double precisions conversion routines.  The endian
correct accessors are now used.  The auxiliary "j" index is no longer
necessary and is eliminated.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Tested-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c