commit | 6bbad7a91efe49b080391a45bc6305449050465a | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Mar 31 16:04:01 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Tue Apr 08 11:20:03 2014 +0200 |
tree | 1154149899ea9d5e7fff4684dec7bf34df78155e | |
parent | 50fc89e7b1a2837a2d92025aa2ed161d8439743b [diff] |
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>